mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Support underlined text formatting.
- Enable the `underline` option for Showdown. - Implement option for underlined text colour. - Update stylesheet.
This commit is contained in:
@@ -689,6 +689,7 @@ function reloadMarkdownProcessor(render_formulas = false) {
|
||||
literalMidWordUnderscores: true,
|
||||
parseImgDimensions: true,
|
||||
tables: true,
|
||||
underline: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user