markdown-extended
markdown-extended copied to clipboard
A PHP parser for the Markdown Extended syntax
i recently downloaded this and started using this in php application to render markdowns, rest all works fine except tables, my tables structure is like below > | Term |...
Hi, When I try to convert the README.md file of esrodrira/appcoachmanager I get the error: Maximum function nesting level of '100' reached, aborting! In /src/MarkdownExtended/Util/Helper.php on line 217 The original...
The attributes add to a link reference failes when they are on the same line but works if they are on a second line. In the first case, the reference...
It seems that orderd lists using alphabetical markers notation `a.` are not parsed as list items.
An interesting feature taken from https://github.com/michelf/php-markdown/commit/6ad3ff9e255324fbac1c2c6b986808897666dbdf is the ability to use a `` to generate a phone link.
In case of a duplicate usage of a single footnote (the same note is called more than once in a document), the anchor of the generated link actually goes to...
The tables parsing fails when the caption is at table's bottom (the whole table is not parsed). Maybe the REGEXP for tables construction has to be modified.
Tables with multi-bodies are not parsed ; only the first body is parsed. Example (from the `demo/MD_syntax.md`): ``` | | Grouping || First Header | Second Header | Third header...