-
-
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
Explicit CommonMark support (with documented deviations) #4027
Comments
So far from what I can tell the deviations from CommonMark are basically the same ones the Github has. Notably, table support, automatic link detection without the |
GFM is a strict superset of CommonMark.
try this on gitea and on github:
this is only one issue, but for me the most annoying one |
#### GitLab, Gitea
This has two trailing spaces..
And so there's a newline/br here.
But here
there's no trailing space so there's no newline; just a space (' ')
#### GitHub
This lacks two trailing spaces
But GitHub still makes a newline/br GitLab, GiteaThis has two trailing spaces.. GitHubThis lacks two trailing spaces |
Please reopen if still not fixed |
[x]
):To support interoperability with other software (e.g. text editors), Gitea should explicitly support the CommonMark standard, and document any deviations from/extensions to the standard.
Depends on:
The text was updated successfully, but these errors were encountered: