We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. something like whatever extension of Markdown reddit supports:
The world is a shabby place^16
Should become
The world is a shabby place¹⁶ (or rather, should format the characters differently, this is superscripted unicode characters that don't look great)
Also with support for the Normal text^(this is all superscript) syntax
Normal text^(this is all superscript)
The text was updated successfully, but these errors were encountered:
This was already built into the app, just not enabled.
Syntax is: value^2^, not just value^2.
value^2^
value^2
See https://github.com/vsch/flexmark-java/wiki/Extensions#superscript https://github.com/vsch/flexmark-java/blob/0.42/flexmark-ext-superscript/src/main/javadoc/overview.md
Sorry, something went wrong.
Markdown: Enable flexmark-superscript extension, closes #1268 , chang…
f1ce020
…e by @gsantner * syntax: value^2^ * https://github.com/vsch/flexmark-java/wiki/Extensions#superscript * https://github.com/vsch/flexmark-java/blob/0.42/flexmark-ext-superscript/src/main/javadoc/overview.md * Also update flexmark-markdown parser to latest 0.42 release
_
^
gsantner
No branches or pull requests
E.g. something like whatever extension of Markdown reddit supports:
Should become
The world is a shabby place¹⁶ (or rather, should format the characters differently, this is superscripted unicode characters that don't look great)
Also with support for the
Normal text^(this is all superscript)
syntaxThe text was updated successfully, but these errors were encountered: