diff options
Diffstat (limited to 'tools/template.commonmark')
-rw-r--r-- | tools/template.commonmark | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/template.commonmark b/tools/template.commonmark new file mode 100644 index 0000000..b866378 --- /dev/null +++ b/tools/template.commonmark @@ -0,0 +1,9 @@ +--- +title: $title$ +author: $author$ +version: $version$ +date: '$date$' +license: '$license$' +... + +$body$ |