diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-13 09:25:56 -0800 | 
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-13 09:25:56 -0800 | 
| commit | 5ecadd7bfac0fea7b4269822b82aacf63fb192be (patch) | |
| tree | 46888951f750f5101c33d55b966ca35096fc2621 /tests | |
| parent | 15829d5c3a842fdddad149b173b2c57272eeeb57 (diff) | |
| download | pandoc-5ecadd7bfac0fea7b4269822b82aacf63fb192be.tar.gz | |
Use line block in RST writer when a paragraph contains linebreaks.
Previously linebreaks weren't supported in RST, since RST
has no native linebreak construct.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/writer.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/writer.rst b/tests/writer.rst index 09b301613..399600ac0 100644 --- a/tests/writer.rst +++ b/tests/writer.rst @@ -59,8 +59,8 @@ item.  Here’s one with a bullet. \* criminey. -There should be a hard line break -here. +| There should be a hard line break +| here.  -------------- | 
