mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
d5c9fe73b8
The span needs to be separated from its surroundings by spaces. Also, a span can have attributes, which we now attach. Closes #9878.
186 B
186 B
% pandoc -f textile -t native
15% 50%
^D
[ Para [ Str "15%" , Space , Str "50%" ] ]
% pandoc -f textile -t native
15%. 70%
^D
[ Para [ Str "15%." , Space , Str "70%" ] ]