pandoc/test/lua
Albert Krewinkel 8523bb01b2 Lua: marshal Attr values as userdata
- Adds a new `pandoc.AttributeList()` constructor, which creates the
  associative attribute list that is used as the third component of
  `Attr` values. Values of this type can often be passed to constructors
  instead of `Attr` values.

- `AttributeList` values can no longer be indexed numerically.
2021-10-22 11:16:51 -07:00
..
module Lua: marshal Attr values as userdata 2021-10-22 11:16:51 -07:00
attr-test.lua
block-count.lua
blocks-filter.lua Lua filters: allow filtering of element lists (#6040) 2020-01-15 14:26:00 -08:00
hello-world-doc.lua
implicit-doc-filter.lua
inlines-filter.lua Lua filters: allow filtering of element lists (#6040) 2020-01-15 14:26:00 -08:00
markdown-reader.lua
math.lua Test Lua filter converting display math to inline math 2018-04-29 16:20:38 +03:00
meta.lua Lua filters: allow filtering of element lists (#6040) 2020-01-15 14:26:00 -08:00
metatable-catch-all.lua
plain-to-para.lua
require-file.lua Lua: fix regression in package searcher 2020-05-12 17:10:30 +02:00
script-name.lua Lua: register script name in global variable 2018-02-24 22:43:28 +01:00
single-to-double-quoted.lua
smallcaps-title.lua
smart-constructors.lua data/pandoc.lua: auto-fix nested constructor arguments 2019-01-13 17:14:10 +01:00
strmacro.lua
undiv.lua
uppercase-header.lua