pandoc/test/lua
Albert Krewinkel 0c0945b93c
Lua: split strings into words when treating them as Inline list (#7712)
Using a Lua string where a list of inlines is expected will cause the
string to be split into words, replacing spaces and tabs into
`pandoc.Space()` elements and newlines into `pandoc.SoftBreak()`.

The previous behavior was to treat the string `s` as `{pandoc.Str(s)}`.
The old behavior can be recovered by wrapping the string into a table
`{s}`.
2021-11-23 09:30:48 -08:00
..
module Lua: split strings into words when treating them as Inline list (#7712) 2021-11-23 09:30:48 -08: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
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
single-to-double-quoted.lua
smallcaps-title.lua
smart-constructors.lua
strmacro.lua
undiv.lua
uppercase-header.lua