mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Disabled forced 4 spaces indented sublists for markdown formatting
- For #2176
This commit is contained in:
@ -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()],
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user