Replies: 2 comments 6 replies
-
Why don't you search the old archive? Probably this is a bug that needs to be fixed, but it would be helpful to be reminded of what was said then. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Relevant commit:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why does pandoc convert hyphen-minus to minus signs in text when outputing to ms?
For instance, why does running
through
become
with all those blasted
\-
s, which are the troff form for entering a minus sign?Automagically changing hypen-minus to minus signs is never a good thing to do. It changes the example
ls -a
command to something that won't work because instead of a hyphen-minus it has a stupid minus sign, which is not the character that introduces an option in a command line program, so the command doesn't work right.The discussion of the
smart
extension in the documents doesn't say anything aobut translating hypen-minus to minus, but I tried-r markdown-smart
, which didn't seem to do anything.(Didn't I have this discussion on the old pandoc-discuss mailing list once?)
Beta Was this translation helpful? Give feedback.
All reactions