💥 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:
Óscar
2024-10-18 16:34:11 +02:00
committed by welpo
parent 34514c1869
commit 092ccdd1ba
8 changed files with 55 additions and 1 deletions

View File

@@ -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",