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

Escape character doesn't work correctly. #8

Open
KorwinD opened this issue Aug 8, 2017 · 0 comments
Open

Escape character doesn't work correctly. #8

KorwinD opened this issue Aug 8, 2017 · 0 comments

Comments

@KorwinD
Copy link

KorwinD commented Aug 8, 2017

If I put '~' before freestanding link(example: ~http://google.com/), I should get output string without link, but I get it with link.
More examples of unobvious working of escape character:

  1. I write ~// something //, I get // something.
  2. I write
    * f
    ~* d
    I get
  • j * d
  1. I write
    {{{
    ~}}}
    }}}
    I get ~}}}, but I should get }}}.

P.S. I'm talking about creole parsing in Github, and I haven't compile this project yet.

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