flexmark-java
flexmark-java copied to clipboard
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.
In my project I generate the DOCX documents with the content coming from the long markdown files. With the actual flexmark (i.e. 0.64.0) the parser needs ~40-45 seconds to parse...
**Is your feature request related to a problem? Please describe.** I'm using flexmark-html2md-converter to convert Confluence HTML pages to markdown. The elements in the html are already handled by the...
**Is your feature request related to a problem? Please describe.** Github now support admonition blocks ```markdown > [!NOTE] > Highlights information that users should take into account, even when skimming....
allow parsing of the djot markdown flavor as specified by https://github.com/jgm/djot would this be a profile ?
ArrayIndexOutOfBoundsException - at com.vladsch.flexmark.util.format.MarkdownTable.finalizeTable(MarkdownTable.java:747) Please provide as much information about where the bug is located or what you were using: FlexmarkHtmlConverter to convert HTML content **To Reproduce** If you can...
` =16x16)` is entirely matched by the pattern but I expect that only `` refers to the image. On the other hand `` would not match while `` is...
**Describe the bug** A clear and concise description of what the bug is. Feel free to remove any sections that do not apply or add your own to clarify your...
**Describe the bug** I was considering using Flexmark as a HTML => text/plain engine for Apache James (We currently rely on an homegrown Jsoup based parser) I did throw our...
**Describe the bug** I was considering using Flexmark as a HTML => text/plain engine for Apache James (We currently rely on an homegrown Jsoup based parser) I did throw our...
### Discussed in https://github.com/vsch/flexmark-java/discussions/618 Originally posted by **danjelalura** July 24, 2024 Hello community, This piece of text: ``` foo\ bar ``` and this piece of text: ``` foo bar ```...