mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable markdown strikethough
This commit is contained in:
@ -683,6 +683,7 @@ export function reloadMarkdownProcessor(render_formulas = false) {
|
||||
tables: true,
|
||||
parseImgDimensions: true,
|
||||
simpleLineBreaks: true,
|
||||
strikethrough: true,
|
||||
extensions: [
|
||||
showdownKatex(
|
||||
{
|
||||
@ -702,6 +703,7 @@ export function reloadMarkdownProcessor(render_formulas = false) {
|
||||
tables: true,
|
||||
underline: true,
|
||||
simpleLineBreaks: true,
|
||||
strikethrough: true,
|
||||
extensions: [markdownUnderscoreExt()],
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user