diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-03-15 11:23:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-03-15 11:23:55 -0700 |
commit | 004907f4f229b4aff2ca9c2a96b694251b51cce9 (patch) | |
tree | 119c5c03678fd5bbad2d322465255e52f73ce0a6 /tools | |
parent | e23554cec19d89d7fb0fd5a274565a63197c8780 (diff) | |
download | pandoc-004907f4f229b4aff2ca9c2a96b694251b51cce9.tar.gz |
make changes_github: use details tag to make changelog collapsible.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/changes_template.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/changes_template.html b/tools/changes_template.html new file mode 100644 index 000000000..a1cb46e2e --- /dev/null +++ b/tools/changes_template.html @@ -0,0 +1,6 @@ +<details> + <summary>Click to expand changelog</summary> + +$body$ + +</details> |