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/markdown
silverwind 41e8b834af
Markdown task list improvements (#13952)
* Markdown task list improvements

- Remove `.ui` class and wrappers to prevent fomantic from messing with it.
- Change rendered HTML to match GitHub.
- Add custom styling for the checkboxes.

* fix unittest

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
ast.go Make TaskCheckBox render correctly (#11214) 4 years ago
goldmark.go Markdown task list improvements (#13952) 4 years ago
markdown.go Add loading spinners and mermaid error handling (#12358) 4 years ago
markdown_test.go Markdown task list improvements (#13952) 4 years ago
meta.go Fix markdown meta parsing (#12817) 4 years ago
meta_test.go Fix markdown meta parsing (#12817) 4 years ago
renderconfig.go Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047) 4 years ago
toc.go Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047) 4 years ago