summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-02 16:38:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-02 16:38:06 -0700
commit5dfe131ee07065dc7b68912d9a068508e29e18a4 (patch)
tree54cefde18f1dfe9e7232847624981bd54f9099c0 /MANUAL.txt
parent856587ff63b1e89c71b73a367f5ba1730050e6dd (diff)
Support `lineAnchors` (or `line-anchors`) in code blocks, for HTML.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 7a533fe15..9122ec8e0 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2008,6 +2008,12 @@ block above will appear as follows:
</code>
</pre>
+The `numberLines` (or `number-lines`) class will cause the lines
+of the code block to be numbered, starting with `1` or the value
+of the `startFrom` attribute. The `lineAnchors` (or
+`line-anchors`) class will cause the lines to be clickable
+anchors in HTML output.
+
A shortcut form can also be used for specifying the language of
the code block: