-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Markdown: enable some more extensions #6362
Conversation
Improve Markdown-rendering by enabling some extensions: - enable definitions lists - enable footnotes - enable header-ids and automatically generate header-ids (for linking to README-sections or creating table-of-contents for larger READMEs)
Thanks for PR @rkoe 😃 Could you update the failed tests as well. You can see the ones that failed here: https://drone.gitea.io/go-gitea/gitea/6984/11 |
ceec890
to
a5b1a71
Compare
Update and add tests for additionally enabled Markdown-extensions.
Codecov Report
@@ Coverage Diff @@
## master #6362 +/- ##
=======================================
Coverage 38.86% 38.86%
=======================================
Files 365 365
Lines 51389 51389
=======================================
Hits 19970 19970
- Misses 28546 28551 +5
+ Partials 2873 2868 -5
Continue to review full report at Codecov.
|
Would it be possible to backport this to |
@apricote sorry but only bugs are backported now |
Improve Markdown-rendering by enabling some extensions:
Should close issue #1480 without adding any configuration option.
Signed-off-by: Roland Koebler rk@simple-is-better.org