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.
Description
The following code1 doesn't work:
I checked this piece of code in MathJax live demo, it works well.
Preview with GitHub-flavored Markdown:
But it works well with escape characters:
Preview with GitHub-flavored Markdown:
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
This computable function is copied from the paper "Fast Multiparty Threshold ECDSA with Fast Trustless Setup". ↩