msmid / markdown2docbook

Conversion tool for transforming markdown text files to DocBook/HTML documents. Project is based on XSLT 2.0 technology.
MIT License
21 stars 6 forks source link

Inner list item intended more than 3 spaces #48

Closed msmid closed 9 years ago

msmid commented 9 years ago

Is counted as para a not list item. Example:

*   list
    * 4 space intend

is

<ul>
    <li>
         <para>list 4 space intend
     </li>
</ul>
msmid commented 9 years ago

Solved! Problem was in processing list items