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.
HTML entities are loaded via class `com.vladsch.flexmark.util.sequence.Html5Entities` which is in `flexmark-util-sequence-0.62.2.jar` but [use](https://github.com/vsch/flexmark-java/blob/c0313d67e0146292a10d04eb8944faff991579e9/flexmark-util-sequence/src/main/java/com/vladsch/flexmark/util/sequence/Html5Entities.java#L19) resource file `/com/vladsch/flexmark/util/html/entities.properties` which is in `flexmark-util-html-0.62.2.jar`. When using Flexmark with Java 9 Jigsaw (--module-path and not...
Build vaiant:release , error message after try to run the app: ``` ``` Library version: 0.62.2 I've solved it temporarily with ``` implementation ('com.vladsch.flexmark:flexmark-all:0.62.2' ){ exclude group: 'commons-logging', module: 'commons-logging'...
When converting html containing a heading (any `` element) followed by an html linebreak (``) to markdown using the basic html to markdown converter results in markdown that still has...
Hi, Give an input string, I'd like to check if it contains an (un)ordered list or table in Markdown. Could you point me to the corresponding doc or example? Thanks.
There are 7 files which contain * This code is private property of the copyright holder and cannot be used without * having obtained a license or prior written permission...
Crash information: `No enum constant e.q.a.f.j.n.a.a ` type:java.lang.IllegalArgumentException full detail: ``` java.lang.IllegalArgumentException: No enum constant e.q.a.f.j.n.a.a at java.lang.Enum.valueOf(Enum.java:257) at e.q.a.f.h.m0$d.a(BitFieldSet.java:8) at e.q.a.f.h.m0.t(BitFieldSet.java:1) at e.q.a.f.h.m0.B(BitFieldSet.java:2) at e.q.a.f.h.m0.D(BitFieldSet.java:1) at e.q.a.f.j.n.(LineAppendable.java:8) at e.q.a.d.j.(HtmlRenderer.java:53)...
Cheers guys and thanks for the very nice implementation! I wrote a custom extension which renders an img tag but takes an id instead an url as input. So instead...
 As shown, the table separator(-----) is parsed into Text. I think it should be another type node except Text
**Flexmark Version:** 0.62.2 I'm not certain whether this is a bug report or a feature request - I'd say, probably more of just a question. My setup is a little...
WhiteSourceSoftware contacted me about an xss issue in https://github.com/jenkinsci/markdown-formatter-plugin which uses flexmark. From my testing I think its something that needs to be handled in flexmark. I have a test...