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,
|
tables: true,
|
||||||
parseImgDimensions: true,
|
parseImgDimensions: true,
|
||||||
simpleLineBreaks: true,
|
simpleLineBreaks: true,
|
||||||
|
disableForced4SpacesIndentedSublists: true,
|
||||||
extensions: [
|
extensions: [
|
||||||
showdownKatex(
|
showdownKatex(
|
||||||
{
|
{
|
||||||
@ -689,6 +690,7 @@ export function reloadMarkdownProcessor(render_formulas = false) {
|
|||||||
tables: true,
|
tables: true,
|
||||||
underline: true,
|
underline: true,
|
||||||
simpleLineBreaks: true,
|
simpleLineBreaks: true,
|
||||||
|
disableForced4SpacesIndentedSublists: true,
|
||||||
extensions: [markdownUnderscoreExt()],
|
extensions: [markdownUnderscoreExt()],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user