demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

Support for horizontal lines in RTF/ODT output #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new MultiMarkdown document.
2. Enter some text. On a new line, enter a separator (********). Add some
more text after the separator.
3. Convert the document to ODT or RTF with Pandoc. 

What is the expected output? What do you see instead?

Presently, it appears that the separator line (which is rendered as an HR
tag) is simply discarded in ODT/RTF output. I'd like to see it included -
even if it's included verbatim as a string of asterisks. I am a fiction
writer, and I use **** to delineate scene breaks in my stories. It's a real
pain to have to go back through the converted file and manually re-create
them after the fact.

What version of the product are you using? On what operating system?

"pandoc 1.0 -citeproc -highlighting" on Windows XP.

Original issue reported on code.google.com by tammycravit on 21 Oct 2008 at 4:41

GoogleCodeExporter commented 8 years ago
I can reproduce this for ODT (which does discard the separator), but not in RTF
(which prints a centered string of Em dashes).  Are you sure you it is dropped 
in RTF
output?
Test input (note - you need blank lines around the separator):

hi

******

there

Original comment by fiddloso...@gmail.com on 21 Oct 2008 at 8:35

GoogleCodeExporter commented 8 years ago
OpenDocument/ODT writer fixed in r1479.

Original comment by fiddloso...@gmail.com on 1 Nov 2008 at 10:46