PHP Classes

PHP Markdown Parser

Recommend this page to a friend!

      PHP Markdown Parser  >  All threads  >  PHP Markdown Parser  >  (Un) Subscribe thread alerts  
Subject:PHP Markdown Parser
Summary:Seems to fail with nested lists
Messages:1
Author:Christian Richter
Date:2017-11-12 16:37:52
 

  1. PHP Markdown Parser   Reply   Report abuse  
Picture of Christian Richter Christian Richter - 2017-11-12 16:37:52
the following list:

1. Item 1
2. Item 2
* Item 2.1
* Item 2.2
* Item 2.3
1. Item 2.3.1
3. Item 3


(the items "Item 2.1" to "Item 2.3" are intended once with 4 spaces,
item "Item 2.3.1" is intended twice with 8 spaces)
gets rendered as follows:

1. Item 1
2. Item 2 * Item 2.1 * Item 2.2 * Item 2.3 1. Item 2.3.1
3. Item 3