diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-11-23 18:30:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 09:30:48 -0800 |
commit | 0c0945b93c2ae502c0629d93e9ad520dbe17c625 (patch) | |
tree | 1d25f22f55678fab4bfca042e849528151b32560 /src/Text/Pandoc/Lua/Module | |
parent | a039f024f2c0e2d9e6d1ae7710cf96debcbc5e43 (diff) | |
download | pandoc-0c0945b93c2ae502c0629d93e9ad520dbe17c625.tar.gz |
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}`.
Diffstat (limited to 'src/Text/Pandoc/Lua/Module')
0 files changed, 0 insertions, 0 deletions