mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_configuration_file.md: indent sample code
This commit is contained in:
parent
390c7634d8
commit
5af0eee50c
@ -297,8 +297,8 @@ Example
|
||||
Provides support for My Framework.
|
||||
The support includes:
|
||||
<ul>
|
||||
<li>code completion</li>
|
||||
<li>references</li>
|
||||
<li>code completion</li>
|
||||
<li>references</li>
|
||||
</ul>
|
||||
For more information visit the
|
||||
<a href="https://example.com">project site</a>.
|
||||
@ -326,13 +326,13 @@ Example
|
||||
<change-notes><![CDATA[
|
||||
<h2>New Features</h2>
|
||||
<ul>
|
||||
<li>Feature 1</li>
|
||||
<li>Feature 2</li>
|
||||
<li>Feature 1</li>
|
||||
<li>Feature 2</li>
|
||||
</ul>
|
||||
<h2>Bug Fixes</h2>
|
||||
<ul>
|
||||
<li>Fixed issue 1</li>
|
||||
<li>Fixed issue 2</li>
|
||||
<li>Fixed issue 1</li>
|
||||
<li>Fixed issue 2</li>
|
||||
</ul>
|
||||
]]></change-notes>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user