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.29k
stars
272
forks
source link
span label with color cannot renderer to markdown with color #523
Describe the bug
html like <span style="color:#07a9fe"> AAAAAA</span>
after application run ,it become to **AAAAAA**
i expect it will be like <font color=#008000>AAAA</font>
i use with simple way , please tell me , am i use it wrong way? or how to make it right, use "rendererOptions" function ?
(my english is pool ,sorry)
Describe the bug html like
<span style="color:#07a9fe"> AAAAAA</span>
after application run ,it become to**AAAAAA**
i expect it will be like<font color=#008000>AAAA</font>
i use with simple way , please tell me , am i use it wrong way? or how to make it right, use "rendererOptions" function ? (my english is pool ,sorry)