You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a document begins with a front-matter portion, the title is rendered even in safe mode (using -s flag from CLI) and the section numbering is malformed (all numbers are prefixed with .).
For exemple:
---
draft: false
---
= User Manual
:sectnums!:
== Disclaimer
== Acknowledgments
:sectnums:
== Getting Started
=== Introduction
Only disable the 'DocumentHeader' rule if the element is not a FrontMatter (or a blankline)
Fixesbytesparadise#1041
Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
Only disable the `DocumentHeader` rule if the element is not a `FrontMatter` or a `BlankLine` (in case it's between the `FrontMatter` and the `DocumentHeader`)
Fixes#1041
Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
When a document begins with a front-matter portion, the title is rendered even in
safe mode
(using-s
flag from CLI) and the section numbering is malformed (all numbers are prefixed with.
).For exemple:
renders as
instead of
The text was updated successfully, but these errors were encountered: