diff options
Diffstat (limited to 'src/syntax')
| -rw-r--r-- | src/syntax/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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), |
