commonmark icon indicating copy to clipboard operation
commonmark copied to clipboard

Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.

Results 43 commonmark issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

bug

We will drop PHP 7.4 support in our 3.0 release

do not close

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

enhancement
do not close
needs tests

See https://github.com/thephpleague/commonmark-extras/issues/19

enhancement
do not close

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

enhancement
do not close

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

do not close

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

up-for-grabs
performance
do not close
hacktoberfest

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

enhancement
feedback wanted
discussion
do not close

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

enhancement
performance
do not close