aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-10-13 16:25:54 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2018-10-13 16:25:54 +0200
commit418f6e093cd09353f2fd49d575abf874dcddfad3 (patch)
tree9aaf9ba05b06d2bcb339b11e9249ddf973563406 /doc
parentd126c26dd5f9eaed17462a3f1836b0edaf79e11c (diff)
downloadpandoc-418f6e093cd09353f2fd49d575abf874dcddfad3.tar.gz
Lua filter docs: add documentation for Element/Sec
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filter-types-and-objects.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/lua-filter-types-and-objects.md b/doc/lua-filter-types-and-objects.md
index 02331da15..19175bff8 100644
--- a/doc/lua-filter-types-and-objects.md
+++ b/doc/lua-filter-types-and-objects.md
@@ -514,6 +514,36 @@ delimiter
: delimiter of list numbers; one of `DeaultDelim`, `Period`,
`OneParen`, and `TwoParens` (string)
+## Hierarchical Element {#Element}
+
+Hierarchical elements can be either *Sec* (sections) or *Blk*
+(blocks). *Blk* elements are treated like [block]s.
+
+### Sec
+
+Section elements used to provide hierarchical information on
+document contents.
+
+**Objects of this type are read-only.***
+
+level
+: header level (integer)
+
+numbering
+: section numbering ([list] of integers)
+
+attr
+: header attributes ([attributes])
+
+label
+: header content ([list] of [inlines])
+
+contents
+: list of contents in this section ([list] of hierarchical elements)
+
+t, tag
+: constant `Sec` (string)
+
[block]: #block
[blocks]: #block