commonmark-java
commonmark-java copied to clipboard
Java library for parsing and rendering CommonMark (Markdown)
Hi, I cloned the Markwon repository since it hasn't been updated for about 4 years, and decided to update its core dependency **commonmark-java** from version **0.13.0** to **0.25.1**. My fork...
**Is your feature request related to a problem? Please describe.** I'm trying to implement an `InlineContentParser` for images from a custom markdown spec from a certain website. Given I already...
**Is your feature request related to a problem? Please describe.** I wish to override the default delimiter processors the sake of better supporting Discord's markdown quirks. However, I am left...