0c0945b93c
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}`. |
||
---|---|---|
.. | ||
module | ||
attr-test.lua | ||
block-count.lua | ||
blocks-filter.lua | ||
hello-world-doc.lua | ||
implicit-doc-filter.lua | ||
inlines-filter.lua | ||
markdown-reader.lua | ||
math.lua | ||
meta.lua | ||
metatable-catch-all.lua | ||
plain-to-para.lua | ||
require-file.lua | ||
script-name.lua | ||
single-to-double-quoted.lua | ||
smallcaps-title.lua | ||
smart-constructors.lua | ||
strmacro.lua | ||
undiv.lua | ||
uppercase-header.lua |