Pierre Cassat

Results 14 issues of Pierre Cassat

This one is a totally new feature (!) and has to be tested (I use it and it seems to work but I may have miss some cases ...). The...

As the new "inputSelector" option allows to select an existing input for the filtering, this input can have a value on document load, which should launch the filtering if so....

New option to allow user to insert the quick list in an existing DOM element. The element MUST exist and the selector (the option's value) MUST return only one element...

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...

bug

It seems that orderd lists using alphabetical markers notation `a.` are not parsed as list items.

bug

An interesting feature taken from https://github.com/michelf/php-markdown/commit/6ad3ff9e255324fbac1c2c6b986808897666dbdf is the ability to use a `` to generate a phone link.

enhancement

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...

bug

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.

bug

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...

bug

Make an 'RTF' output format to generate basic documents.

enhancement