+ {{ t('Markdown 语法与编辑预设', 'Markdown syntax and editing presets') }}
+ {{ t('语法和代码设置在下次打开写作编辑器时应用;不批量改写已有笔记。静态预览即时更新。', 'Syntax and code settings apply when the visual editor next opens; existing notes are not rewritten in bulk. Static previews update immediately.') }}
+ {{ t('扩展 Markdown', 'Extended Markdown') }} GitHub {{ t('基础 Markdown', 'Basic Markdown') }}
+
+ {{ t('标题语法', 'Heading syntax') }}ATX (#) Setext (=== / ---)
+ {{ t('无序列表', 'Bullet list') }}- * +
+ {{ t('有序列表', 'Ordered list') }}1. 2. 3. 1. 1. 1.
+ {{ t('代码围栏', 'Code fence') }}``` ~~~
+
+ {{ t('Setext 适用于 H1/H2,H3–H6 仍使用 #。写作模式保存时会规范化整篇正文的标记;源码模式保留手写语法。', 'Setext applies to H1/H2; H3–H6 use #. Visual-mode saves normalize document markers; source mode preserves handwritten syntax.') }}
+
+ {{ t('自动识别裸链接', 'Recognize bare URLs') }}
+ {{ t('数学公式', 'Math') }}
+ {{ t('警告框与提示框', 'Alerts and callouts') }}
+ Mermaid
+ {{ t('代码行号', 'Code line numbers') }}
+ {{ t('代码自动换行', 'Wrap code') }}
+
+
+ {{ t('代码缩进', 'Code indent') }}2 4 8
+ {{ t('新建代码块默认语言', 'Default language for new code blocks') }}
+
+
+ {{ error }}
+ {{ preset.name }} {{ t('应用', 'Apply') }} {{ t('删除', 'Delete') }}
+
+