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

Character "<" (less) is rendered as "≪" #25

Closed
igorshubovych opened this issue Dec 12, 2015 · 2 comments · Fixed by #26
Closed

Character "<" (less) is rendered as "≪" #25

igorshubovych opened this issue Dec 12, 2015 · 2 comments · Fixed by #26

Comments

@igorshubovych
Copy link
Collaborator

Consider the following page

# bc

> Calculator.

- Calculate the result of expression

`bc <<< "(1 + 2) * 2 ^ 2"`

It is rendered

  bc
  Calculator.

  - Calculate the result of expression
    bc ≪≪≪ "(1 + 2) * 2 ^ 2"

It is wrong and cannot be safely copy-pasted to run in CLI.

@rprieto
Copy link
Contributor

rprieto commented Dec 12, 2015

Thanks, this could be related to hughsk/unhtml#2 (although it was about &lt; but sounds very similar).

@igorshubovych
Copy link
Collaborator Author

Most likely.

We probably should use other library
Latest commit 359e1c0 on Mar 4, 2013

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

Successfully merging a pull request may close this issue.

2 participants