parsedown/src
Aidan Woods 82c981657d
Require Inlines to provide a best plaintext rendering
This allows markdown to be parsed "inside" the alt
attribute of an image, and then the best plaintext
can be used as the rest.
This improves CommonMark compliance.
2019-04-07 16:38:02 +01:00
..
AST Fix pre PHP7 closure-as-property closure syntax 2019-04-07 16:38:00 +01:00
Components Require Inlines to provide a best plaintext rendering 2019-04-07 16:38:02 +01:00
Configurables Remove some return type hints that I missed 2019-04-07 16:37:59 +01:00
Html Constant arrays to static vars for PHP 5.5 2019-04-07 16:38:00 +01:00
Parsing This isn't used and is derivable from the indent 2019-04-07 16:38:01 +01:00
Component.php Define a basic component 2019-04-07 16:37:53 +01:00
Configurable.php Test on PHP 5.5 and 5.6 2019-04-07 16:37:59 +01:00
Parsedown.php Generalise line parsing to return Inlines before applying state 2019-04-07 16:38:01 +01:00
State.php Test on PHP 5.5 and 5.6 2019-04-07 16:37:59 +01:00