Disabled forced 4 spaces indented sublists for markdown formatting

- For #2176
This commit is contained in:
Gabraham 2024-05-03 13:15:38 -04:00
parent 1a219e32fe
commit 4e99c3e4cb
1 changed files with 2 additions and 0 deletions

View File

@ -670,6 +670,7 @@ export function reloadMarkdownProcessor(render_formulas = false) {
tables: true,
parseImgDimensions: true,
simpleLineBreaks: true,
disableForced4SpacesIndentedSublists: true,
extensions: [
showdownKatex(
{
@ -689,6 +690,7 @@ export function reloadMarkdownProcessor(render_formulas = false) {
tables: true,
underline: true,
simpleLineBreaks: true,
disableForced4SpacesIndentedSublists: true,
extensions: [markdownUnderscoreExt()],
});
}