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

The underline char has to be escaped when the char before it is not alpha or number. #94

Open
yangby-cryptape opened this issue Dec 4, 2023 · 0 comments

Comments

@yangby-cryptape
Copy link

Description

  • The following code1 doesn't work:

    Computable function $+_{E}$ such that: $c_{1} +_{E} c_{2} = E_{pk}(a + b)$.
    

    I checked this piece of code in MathJax live demo, it works well.

    Preview with GitHub-flavored Markdown:

    • Computable function $+{E}$ such that: $c{1} +{E} c{2} = E_{pk}(a + b)$.
  • But it works well with escape characters:

    Computable function $+\_{E}$ such that: $c_{1} +\_{E} c_{2} = E_{pk}(a + b)$.
    

    Preview with GitHub-flavored Markdown:

    • Computable function $+_{E}$ such that: $c_{1} +_{E} c_{2} = E_{pk}(a + b)$.

I found the issue exists in GitHub-flavored Markdown, too.

Maybe I should post this issue to the related dependency library, but I don't have enough Ruby experiences to find that library.

Footnotes

  1. This computable function is copied from the paper "Fast Multiparty Threshold ECDSA with Fast Trustless Setup".

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