summaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2023-01-14 10:08:09 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2023-01-14 10:10:26 +0100
commit8f394a17f24dbf42a52a1fcddaddcab804f68c66 (patch)
treed3e72479724c8a20bbe4e4a194d785a9ea0fa192 /doc/lua-filters.md
parent7a9d8ccaa1bff6eb11f38b0674face884631178d (diff)
Remove Null constructor from docs
Diffstat (limited to 'doc/lua-filters.md')
-rw-r--r--doc/lua-filters.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index ca9fbd43e..3a83e08b6 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -1183,17 +1183,6 @@ Fields:
`tag`, `t`
: the literal `LineBlock` (string)
-### Null {#type-null}
-
-A null element; this element never produces any output in the
-target format.
-
-Values of this type can be created with the
-[`pandoc.Null`](#pandoc.null) constructor.
-
-`tag`, `t`
-: the literal `Null` (string)
-
### OrderedList {#type-orderedlist}
An ordered list.
@@ -2699,12 +2688,6 @@ Parameters:
Returns: [LineBlock] object
-### `Null ()` {#pandoc.null}
-
-Creates a null element.
-
-Returns: [Null] object
-
### `OrderedList (items[, listAttributes])` {#pandoc.orderedlist}
Creates an ordered list.