-
In some case on my project, I need to get the urls of pictures and replace with new urls. How can I make it?
-
**Is your feature request related to a problem? Please describe.**
Hi, I come from China, flexmark is really good tools, during my development, I found some problem.
I need to convert html to markd…
-
when i want to convert md that has the url that is unable to requested , the exportToPdf function will try to request this url all the time; so the program happend socketTimeoutException。
here is t…
-
**Is your feature request related to a problem? Please describe.**
Please support generating diagrams out of some diagram language like [mermaid](https://mermaid-js.github.io/mermaid/#/), [PlantUML]…
-
**To Reproduce**
```
private static String generateHtml(String mdText) {
MutableDataSet options = new MutableDataSet();
options.set(Parser.EXTENSIONS, Arrays.asList(TocExten…
-
We have a database that holds 'textblocks'.
These are records in the db that hold small snippets of html or markdown.
I would like to add a new tag to the markdown parser/render.
Something of t…
-
When enum values with underscores in their names are used in comments as cross references, they are not converted correctly as native cross references. I've constructed a test case [CommentsWithCrossR…
-
**Removing text**
Gif is looped so I am just selecting bunch of text removing it ad text is not reformated (exceeds the right margin). Pressing space would fix the problem.
![removeselection](https:…
-
Asciidoc shows a top level table of contents by looking for `:toc:`. Markdown by default doesn't support this, but Flexmark has a [Table of Contents Extention](https://github.com/vsch/flexmark-java/wi…
-
If you have a newline in the link text of a markdown link, the parser spits it out verbatim:
```md
[Here is a long
link text](/page)
```
This is rendered as is in HTML.