Fix markdown list formatting

This commit is contained in:
Yee Cheng Chin
2020-04-11 23:47:08 -07:00
parent e9969158b8
commit 5f70c8b7ba
+9 -6
View File
@@ -33,12 +33,15 @@ windows or terminal windows. <a href="https://github.com/macvim-dev/macvim/issue
<p>Targets macOS 10.9+</p>
<p>Script interfaces have compatibility with these versions:
- Lua 5.3
- Perl 5.18
- Python2 2.7
- Python3 3.7
- Ruby 2.7</p>
<p>Script interfaces have compatibility with these versions:</p>
<ul>
<li>Lua 5.3</li>
<li>Perl 5.18</li>
<li>Python2 2.7</li>
<li>Python3 3.7</li>
<li>Ruby 2.7</li>
</ul>
]]></description>