ea8af33dab
This should be rendered as a space. Closes #5195.
7 lines
87 B
Markdown
7 lines
87 B
Markdown
```
|
|
% pandoc -f markdown_strict -t gfm+hard_line_breaks
|
|
Hello
|
|
there
|
|
^D
|
|
Hello there
|
|
```
|