pandoc/test/lua
Albert Krewinkel bffd74323c
Lua: add function pandoc.utils.text (#7710)
The function converts a string to `Inlines`, treating interword spaces
as `Space`s or `SoftBreak`s. If you want a `Str` with literal spaces,
use `pandoc.Str`.

Closes: #7709
2021-11-23 09:32:53 -08:00
..
module Lua: add function pandoc.utils.text (#7710) 2021-11-23 09:32:53 -08:00
attr-test.lua data/pandoc.lua: enable table-like behavior of attributes (#4080) 2017-11-20 09:37:40 -08:00
block-count.lua Text.Pandoc.Lua: support Inline and Block catch-alls 2017-08-22 23:30:48 +02:00
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 Text.Pandoc.Lua: respect metatable when getting filters 2017-08-22 22:56:51 +02:00
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 Allow lua filters to return lists of elements 2017-09-24 12:04:15 -07:00
uppercase-header.lua Lua filters: preload text module (#4077) 2017-11-18 13:24:06 -08:00