Parse Markdown to HTML with Underlining text in Java using CommonMark Ins Extension
Learn how to convert markdown string into HTML string which enables underlining of text by enclosing it in ++ syntax using the CommonMark library and the CommonMark Ins Extension library.