[kramdown-users] Lists and math
Matthias Vallentin
vallentin at icir.org
Fri Jun 10 14:25:04 EDT 2011
This following piece of kramdown code
- Vector $$V$$ of $$m$$ cells, i.e., $$m = |V|$$
is compiled into a table due to the pipe symbols:
<li>
<table>
<tbody>
<tr>
<td>Vector <script type="math/tex">V</script> of <script type="math/tex">m</script> cells, i.e., $$m =</td>
<td>V</td>
<td>$$</td>
</tr>
</tbody>
</table>
</li>
While I do want the <li> wrapping, the table generation appears to be
bug. I am using kramdown 0.13.3.
Matthias
More information about the kramdown-users
mailing list