We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03ba63 commit 3a0f8d5Copy full SHA for 3a0f8d5
1 file changed
README.md
@@ -140,6 +140,15 @@ You can write style overrides according to your needs
140
使用 `<!-- pagebreak -->` 标记来强制分页,在打印或pdf时生效。
141
Use the `<!-- pagebreak -->` marker to force a page break, which is effective when printing or pdf.
142
143
+可以使用yaml设置强制分页章节级别,默认不启用强制章节分页
144
+You can use yaml to set the force page break section level, and the force page break is not enabled by default
145
+
146
+```yaml
147
+---
148
+pageLevel: [1,2]
149
150
+```
151
152
## docsify plugin 插件支持
153
Markdown Fence 也提供了docsify支持。按下面添加插件即可使用
154
Markdown Fence also provides docsify support. Click below to add a plug-in to use
0 commit comments