plugin_configuration_file.md: indent sample code

This commit is contained in:
Yann Cébron 2022-09-14 15:45:15 +02:00
parent 390c7634d8
commit 5af0eee50c

View File

@ -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>
```