You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/markup
Roland Koebler 57ecf09787 Markdown: enable some more extensions (#6362)
* Markdown: enable some more extensions

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)

* Markdown: update and exted tests

Update and add tests for additionally enabled Markdown-extensions.
5 years ago
..
csv Add csv file render support defaultly (#4105) 6 years ago
external support envs on external render commands (#5278) 6 years ago
markdown Markdown: enable some more extensions (#6362) 5 years ago
orgmode Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) 5 years ago
html.go Fix reported issue in repo description (#6306) 5 years ago
html_internal_test.go Rework special link parsing in the post-processing of markup (#3354) 6 years ago
html_test.go Replace linkRegex with xurls library (#6261) 5 years ago
markup.go Prioritize "readme.md" (#5691) 6 years ago
markup_test.go Prioritize "readme.md" (#5691) 6 years ago
sanitizer.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago
sanitizer_test.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago