mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08: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.
13 lines
186 B
Markdown
13 lines
186 B
Markdown
```
|
|
% 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%" ] ]
|
|
```
|