We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using org mode as an input, certain code formatted text is not being parsed when certain characters are at the end
% pandoc --version pandoc 1.19.2.1 Compiled with pandoc-types 1.17.1, texmath 0.9.4.2, skylighting 0.1.1.5
% echo "~C-c '~" | pandoc -f org <p>~C-c '~</p> (expected output <p><code>C-c '</code></p>
This does not seem to be the case when there are more characters after the '
'
% echo "~C-c ' foo~" | pandoc -f org <p><code>C-c ' foo</code></p>
The text was updated successfully, but these errors were encountered:
Thanks for the report. This used to be the correct behavior for previous org versions, but it seems like this was changed recently.
Sorry, something went wrong.
3a76632
For the record: this was changed in org-mode 9.0, which was released 2016-11-02 (so "recently" was probably the wrong word here).
tarleb
No branches or pull requests
When using org mode as an input, certain code formatted text is not being parsed when certain characters are at the end
This does not seem to be the case when there are more characters after the
'
The text was updated successfully, but these errors were encountered: