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

Double dash "--" is incorrectly changed to a hyphen &ndash #77

Open
GoogleCodeExporter opened this issue Oct 21, 2015 · 4 comments
Open

Comments

@GoogleCodeExporter
Copy link

Mark down file in gtiles with a **--text** (may require this in a header) 
results in a &ndash being output, instead of "--", which breaks searching for 
that text.

Ex:
https://code.google.com/p/chromium/codesearch#chromium/src/tools/gn/docs/referen
ce.md
"## **--args**: Specifies build arguments overrides."

Produces:
https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/reference.
md
"–args: Specifies build arguments overrides."

But I expect:
"--args: Specifies build arguments overrides."

Original issue reported on code.google.com by [email protected] on 28 Apr 2015 at 8:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant