You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... rendered wrong, according to my expectation, and compared to GitLab and GitHub.
Strictly speaking, the normal check-box-list syntax (which is an extension to standard Markdown):
- [x] a
- [ ] b
- [x] c
- [ ] d
conflicts with the Reference-List syntax (which is standard Markdown):
This is a reference link: [x]
[x]: https://github.com/go-gitea/gitea
This is an issue, for example when using link-checkers (my case),
or if one actually wants to use a reference link [x] (somewhat hypothetical).
To prevent this, both GitHub and GitLab support escaping the square-brackets for check-box-lists, like so:
- \[x\] a
- \[ \] b
- \[x\] c
- \[ \] d
This works great, as my link-checker does not pick these up as (broken) Reference-Links anymore,
and the Git* sites and my local editor renders them just the same.
... Gitea does not, though. It shows a greek X letter as image in the middle of the screen -
I guess some sort of math-rendering thing.
Description
... rendered wrong, according to my expectation, and compared to GitLab and GitHub.
Strictly speaking, the normal check-box-list syntax (which is an extension to standard Markdown):
conflicts with the Reference-List syntax (which is standard Markdown):
This is an issue, for example when using link-checkers (my case),
or if one actually wants to use a reference link
[x]
(somewhat hypothetical).To prevent this, both GitHub and GitLab support escaping the square-brackets for check-box-lists, like so:
This works great, as my link-checker does not pick these up as (broken) Reference-Links anymore,
and the Git* sites and my local editor renders them just the same.
... Gitea does not, though. It shows a greek X letter as image in the middle of the screen -
I guess some sort of math-rendering thing.
Example:
https://try.gitea.io/hoijui/my-test/src/commit/05f490632b577d33fbf51e781de9d6e5e6e2718c/README.md
Gitea Version
as in codeberg.org
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?
through codeberg.org
Database
None
The text was updated successfully, but these errors were encountered: