Java-Markdown-Generator
Java-Markdown-Generator copied to clipboard
When the table contains ‘|’ , the generated markdown table is incorrect
When the table cells' string contains |, it will treat it as normal string instead of transforming it into \|.