mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
372cd1d3b1
E.g. `#strong[ test ]`. Here we simply skip the final parbreak. Treat this as a soft break, which will give results similar to the typst app.
165 B
165 B
% pandoc -f typst -t native
#let foo = [
bar baz
]
*#foo*
^D
[ Para
[ Strong
[ SoftBreak , Str "bar" , Space , Str "baz" , SoftBreak ]
]
]