Provide MD checklists for the changelog (#1937)
* Output changelog checklists Fixes: #1682 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
ace2712719
commit
00af39ecca
22 changed files with 219 additions and 151 deletions
4
layouts/_default/single.checklist.md
Normal file
4
layouts/_default/single.checklist.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{ .RawContent
|
||||
| replaceRE "\n- " "\n- [ ] "
|
||||
| replaceRE "<!--(.|\\s)*?-->\n?" ""
|
||||
| replaceRE "<tr><th>Checklist.*\n" "" }}
|
Loading…
Add table
Add a link
Reference in a new issue