diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lua-filters.md | 17 |
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. |
