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