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.26k stars 269 forks source link

After turning markdown into html and then back to markdown, the html id is also output #561

Open hanqicheng opened 1 year ago

hanqicheng commented 1 year ago

1 2 3 4

A bug appears in the latest version of 0.62.2 | | 0.64.0 As shown in Figures 1, 2 and 3, after I use the code in Figure 4 to convert markdown to html and then convert html to markdown, it is obvious that there are some prefixes on the directory. After observation, it is found that they are the id when converting to html

89olu9k commented 8 months ago

Hi there, do you have solved that issue ? I have the same on my side and don't know how to correct that