forked from deepStateMirrors/tabi
💥 feat!: force code blocks LTR rendering (#412)
BREAKING CHANGE: Code blocks default to LTR. Set `force_codeblock_ltr = false` to keep previous behaviour.
This commit is contained in:
parent
34514c1869
commit
092ccdd1ba
8 changed files with 55 additions and 1 deletions
|
@ -63,6 +63,7 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e
|
|||
{% set settings_to_test = [
|
||||
"footnote_backlinks",
|
||||
"add_src_to_code_block",
|
||||
"force_codeblock_ltr",
|
||||
"copy_button",
|
||||
"katex",
|
||||
"quick_navigation_buttons",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue