1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Aidan Woods
95c9cce7de Update php-cs-fixer 2021-10-16 00:45:18 +01:00
Aidan Woods
4adbd0b8a7 Backtracking capable inlines better expressed by interface 2019-04-07 16:38:19 +01:00
Aidan Woods
3ccd64a9a1 Expand public API of Components
Ref: https://github.com/erusev/parsedown/issues/694
2019-04-07 16:38:19 +01:00
Aidan Woods
3c0b528d54 Constructor shouldn't be part of public API 2019-04-07 16:38:18 +01:00
Aidan Woods
11da347aa1 We don't need to pass a Parsedown instance down
Since Parsedown is instancible from State, we only
need to carry that down.
2019-04-07 16:38:05 +01:00
Aidan Woods
1fd2e14b72 Add hard and soft breaks 2019-04-07 16:38:04 +01:00
Aidan Woods
51c3d9d445 Make it clearer this is one backslash character 2019-04-07 16:38:02 +01:00
Aidan Woods
74bba0b2fa rtrim non hard breaking lines 2019-04-07 16:38:02 +01:00
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
Aidan Woods
760945008b Implement plaintext 2019-04-07 16:37:56 +01:00