mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Removed the <li> tag for the markdown template list
This commit is contained in:
parent
f999620eac
commit
e0cbf22b35
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -566,13 +566,11 @@ template, you almost always want to pass locals to it.
|
|||
<td>Dependency</td>
|
||||
<td>
|
||||
Anyone of:
|
||||
<ul>
|
||||
<li><a href="https://github.com/rtomayko/rdiscount title="RDiscount">RDiscount</a></li>
|
||||
<li><a href="https://github.com/vmg/redcarpet title="RedCarpet">RedCarpet</a></li>
|
||||
<li><a href="http://deveiate.org/projects/BlueCloth title="BlueCloth">BlueCloth</a></li>
|
||||
<li><a href="http://kramdown.rubyforge.org/" title="kramdown">kramdown</a></li>
|
||||
<li><a href="http://maruku.rubyforge.org/" title="maruku">maruku</a></li>
|
||||
</ul>
|
||||
<a href="https://github.com/rtomayko/rdiscount title="RDiscount">RDiscount</a>,
|
||||
<a href="https://github.com/vmg/redcarpet title="RedCarpet">RedCarpet</a>,
|
||||
<a href="http://deveiate.org/projects/BlueCloth title="BlueCloth">BlueCloth</a>,
|
||||
<a href="http://kramdown.rubyforge.org/" title="kramdown">kramdown</a>,
|
||||
<a href="http://maruku.rubyforge.org/" title="maruku">maruku</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue