nml/docs/comments.nml

17 lines
370 B
Text
Raw Permalink Normal View History

2024-11-03 11:52:26 +01:00
@import template.nml
@nav.previous = Imports
%<make_doc({}, "Comments", "Comments")>%
# Comments
NML supports line comment with the following syntax: ``Plain Text, :: Comment``
Comments will eat any preceding white space.
**Example**
#+LAYOUT_BEGIN Split
``Markdown, **Bold Text** :: This is a comment``
#+LAYOUT_NEXT
**Bold Text** :: This is a comment
#+LAYOUT_END