vsch / flexmark-java

CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
BSD 2-Clause "Simplified" License
2.21k stars 260 forks source link

Implement `ResizableImageExtension` to properly integrate with `flexmark-java` #570

Open vsch opened 1 year ago

vsch commented 1 year ago

Current implementation does not follow the proper inline parser extension model

One option is to integrate the =#x# syntax into the core parser, enabled via an option and mark the ResizableImageExtension as deprecated. Otherwise,