1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/src/Components
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
..
Blocks
Inlines Require Inlines to provide a best plaintext rendering 2019-04-07 16:38:02 +01:00
Block.php
ContinuableBlock.php
Inline.php Require Inlines to provide a best plaintext rendering 2019-04-07 16:38:02 +01:00
StateUpdatingBlock.php