Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Org Reader: Tildes destroy text, should format as pre/code #1345

Closed
dfc opened this issue Jun 17, 2014 · 0 comments
Closed

Org Reader: Tildes destroy text, should format as pre/code #1345

dfc opened this issue Jun 17, 2014 · 0 comments

Comments

@dfc
Copy link
Contributor

dfc commented Jun 17, 2014

The org manual states that tildes are code and equal signs are verbatim

You can make words bold, /italic/, underlined, =verbatim= and code, and, if you must, ‘+strike-through+’. http://orgmode.org/manual/Emphasis-and-monospace.html

Currently when Pandoc reads text in tildes it eats the text instead of putting text in code tags:


$ echo "Where is ~Waldo~? " | pandoc -f org -t markdown --trace
Where is ?
$ echo "Where is ~Waldo~? " | pandoc -f org -t html --trace
<p>Where is ?</p>

I have no idea what the difference is between code and verbatim. I always thought they were synonyms.

PS Thanks for fixing the other org bug so quickly.

@jgm jgm closed this as completed in 78ee241 Jun 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant