Enable markdown strikethough

This commit is contained in:
Cohee
2024-05-21 16:58:42 +03:00
parent e0ac189acc
commit 319b0a543c
2 changed files with 3 additions and 0 deletions

View File

@ -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()],
});
}