mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #1874 from deciare/underline-text-format
Support underlined text formatting
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