Support underlined text formatting.

- Enable the `underline` option for Showdown.
- Implement option for underlined text colour.
- Update stylesheet.
This commit is contained in:
Deciare
2024-03-01 00:33:37 -05:00
parent d024d7c700
commit d554edc023
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,
});
}