-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
bracket syntax \(\)\[\]
for math problematic
#27645
Comments
@nschloe did you try using the |
Yeah, same result with import mdformat
print(mdformat.text("[a]", extensions={"myst"}))
|
Thought it was worth a shot haha, sorry. Hope this gets resolved! You can also try |
As mentioned in my original post, prettier also escapes square brackets (though not always, as mdformat does). |
We now have backtick math, which is much preferred. I'm not sure if the docs should not mention or discourage the bracket math notation. |
I think this might also be a good place to document that the ![]() I've just set |
Description
Here's another issue with the bracket syntax:
\[
and\]
are actually valid Markdown characters (see Markdown definition here), rendering to[
and]
, respectively. The escaping is to set brackets apart from Markdown links à la[abc](https://example.com)
. Markdown formatters like prettier or mdformat escape brackets in various places, accidentally producing Gitea math. (See here for the corresponding mdformat bug.)Related to #27602.
Edit: I've surveyed math syntaxes and performance on GitHub, Gitea, GitLab.. Gitea's bracket-syntax is unique and hence not compatible. The backticked syntax is sorely missing from Gitea, especially given its great performance on the other platforms.
Gitea Version
1.22.0+dev-188-g1be49fdda
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
https://try.gitea.io/
Database
None
The text was updated successfully, but these errors were encountered: