pandoc/doc
Albert Krewinkel 4ede11a75f
Lua: add methods insert, remove, and sort to pandoc.List
The functions `table.insert`, `table.remove`, and `table.sort` are added
to pandoc.List elements.  They can be used as methods, e.g.

    local numbers = pandoc.List {2, 3, 1}
    numbers:sort()     -- numbers is now {1, 2, 3}
2020-01-11 21:31:20 +01:00
..
customizing-pandoc.md Fix capitalization of "Linux" in docs (#5859) 2019-10-28 10:45:36 -07:00
epub.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00
filters.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00
getting-started.md Fix capitalization of "Linux" in docs (#5859) 2019-10-28 10:45:36 -07:00
lua-filters.md Lua: add methods insert, remove, and sort to pandoc.List 2020-01-11 21:31:20 +01:00
org.md Fix typos (#5919) 2019-11-20 09:44:23 -08:00
using-the-pandoc-api.md Fix broken links in documents (#5473) 2019-05-01 20:09:36 -04:00