1
0
Fork 0
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>
2020-12-13 09:05:50 +08:00
..
ast.go
goldmark.go Markdown task list improvements (#13952) 2020-12-13 09:05:50 +08:00
markdown.go
markdown_test.go Markdown task list improvements (#13952) 2020-12-13 09:05:50 +08:00
meta.go
meta_test.go
renderconfig.go
toc.go