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.
Set default SVGDrawer in PdfConverterExtension.exportToPdf or expose some option to do it manually
Hi, SVG image is not supported by PdfConverterExtension ``` Unrecognized image format for: file:./docs/some.svg Can't read image file; unexpected problem for URI 'file:./docs/src/rbm.kotlinmeetup/poc.architecture.svg' java.io.IOException: Unrecognized Image format at com.openhtmltopdf.pdfboxout.PdfBoxImage.(PdfBoxImage.java:54) at...
I'm trying to understand the behavior of `NodeVisitor` a bit more deeply. Specifically what happens when you don't handle one of the nodes. I've dug through the wiki & javadocs...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I am trying to do ... **Describe the solution...
**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...
Now I have a requirement that I customize two markdown formats, which will be parsed as underlines and highlighted in the background. I want them to work as well as...
**Is your feature request related to a problem? Please describe.** The following Problem happened to me, when I tried to export a pdf, that already exists and is currently opened...
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...
Whether to support doc convert to markdown?such as doc2md...
To generate PDF from HTML I am using com.vladsch.flexmark.pdf.converter.PdfConverterExtension class. If for example my html div is landscape, it will go to second page and leave the first page empty...
i have read the NodeInsertingPostProcessorSample . in this sample, it can insert img node after p node but how can i insert html tag before the p node ? eg...