mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Disable midword underscores in MD
This commit is contained in:
@ -534,6 +534,7 @@ function reloadMarkdownProcessor(render_formulas = false) {
|
||||
else {
|
||||
converter = new showdown.Converter({
|
||||
emoji: "true",
|
||||
literalMidWordUnderscores: "true",
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user