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.
|
Provides support for My Framework.
|
||||||
The support includes:
|
The support includes:
|
||||||
<ul>
|
<ul>
|
||||||
<li>code completion</li>
|
<li>code completion</li>
|
||||||
<li>references</li>
|
<li>references</li>
|
||||||
</ul>
|
</ul>
|
||||||
For more information visit the
|
For more information visit the
|
||||||
<a href="https://example.com">project site</a>.
|
<a href="https://example.com">project site</a>.
|
||||||
@ -326,13 +326,13 @@ Example
|
|||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
<h2>New Features</h2>
|
<h2>New Features</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Feature 1</li>
|
<li>Feature 1</li>
|
||||||
<li>Feature 2</li>
|
<li>Feature 2</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Bug Fixes</h2>
|
<h2>Bug Fixes</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed issue 1</li>
|
<li>Fixed issue 1</li>
|
||||||
<li>Fixed issue 2</li>
|
<li>Fixed issue 2</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></change-notes>
|
]]></change-notes>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user