commonmark
commonmark copied to clipboard
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.5 to 4.9.6. Commits 01d3218 Bump (#3202) e9e9743 Update pylint disable rules (#3182) 345ae1e Update (#3200) 74a3210 Bump golangci/golangci-lint from v1.47.2 to v1.47.3 (#3187) 5cdfa85 use latest...
### Version(s) affected 2.3.5 ### Description The GithubFlavoredMarkdownExtension includes multiple extensions including the `DisallowedRawHtmlExtension` extension. Whether the config array allows a 'disallowed_raw_html' entry depends on whether the DisallowedRawHtmlExtension was added...
This is a WIP for #421, an emoji extension implementation using https://github.com/unicorn-fail/emoji ~~I haven't yet actually tried this to see if it works as expected, this work is based solely...
See https://github.com/thephpleague/commonmark-extras/issues/19
**Description** Support pretty printing (beautifying) markdown content. **Example** In my use case, I am using Blade to render a Markdown file, comments in said Blade file render as blank lines...
I really liked how v1 had no external dependencies. In v2 we opted to pull in some dependencies instead of reinventing the wheel. I think this was a good decision,...
This library makes heavy use of regular expressions. While most of them _should_ be fairly performant, there could certainly be some room for improvement to help improve the performance of...
I was wondering if commonmark provided example for [TaskListExtension][1] how to: 1. add javascript listener on click of task item 2. modify markdown to handle the ticked state of the...
There are several rendering-related ideas I'd like to explore for v3: - [ ] Avoiding recursion (parsing and AST iteration already avoid recursion) - [ ] Using an `OutputWriter` object...