matrix-spec/layouts/_default/single.checklist.md

5 lines
136 B
Markdown
Raw Normal View History

2024-08-23 16:14:43 +02:00
{{ .RawContent
| replaceRE "\n- " "\n- [ ] "
| replaceRE "<!--(.|\\s)*?-->\n?" ""
| replaceRE "<tr><th>Checklist.*\n" "" }}