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.
gitea/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
goldmark.go Markdown task list improvements (#13952) 4 years ago
markdown.go
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
toc.go