From 490819a3d091ec359963364b941e562a4b6d89f8 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 31 Jan 2022 11:05:59 +0100 Subject: Reorder succession rules --- src/syntax/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/syntax') diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index fdd50a7a..03a496dd 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -581,6 +581,10 @@ pub enum NodeKind { /// The `as` keyword. As, /// Template markup of which all lines must start in some column. + /// + /// Notably, the usize does not determine in which column the markup + /// started, but to the right of which column all markup elements must be, + /// so it is zero except for headings and lists. Markup(usize), /// One or more whitespace characters. Space(usize), -- cgit v1.2.3