Skip to content

Commit 5f70c8b

Browse files
committed
Fix markdown list formatting
1 parent e996915 commit 5f70c8b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

appcast/latest.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ windows or terminal windows. <a href="https://github.com/macvim-dev/macvim/issue
3333
3434
<p>Targets macOS 10.9+</p>
3535
36-
<p>Script interfaces have compatibility with these versions:
37-
- Lua 5.3
38-
- Perl 5.18
39-
- Python2 2.7
40-
- Python3 3.7
41-
- Ruby 2.7</p>
36+
<p>Script interfaces have compatibility with these versions:</p>
37+
38+
<ul>
39+
<li>Lua 5.3</li>
40+
<li>Perl 5.18</li>
41+
<li>Python2 2.7</li>
42+
<li>Python3 3.7</li>
43+
<li>Ruby 2.7</li>
44+
</ul>
4245
4346
4447
]]></description>

0 commit comments

Comments
 (0)