Merge pull request #1874 from deciare/underline-text-format

Support underlined text formatting
This commit is contained in:
Cohee
2024-03-01 17:49:14 +02:00
committed by GitHub
5 changed files with 26 additions and 0 deletions

View File

@ -689,6 +689,7 @@ function reloadMarkdownProcessor(render_formulas = false) {
literalMidWordUnderscores: true,
parseImgDimensions: true,
tables: true,
underline: true,
});
}