From 1b8dcdf6a0f2287f7e525d9773c092db46954097 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Wed, 1 Jan 2020 21:21:55 -0500 Subject: [PATCH] add footnote templates --- templates/fnend.mdwn | 20 ++++++++++++++++++++ templates/fnref.mdwn | 15 +++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 templates/fnend.mdwn create mode 100644 templates/fnref.mdwn diff --git a/templates/fnend.mdwn b/templates/fnend.mdwn new file mode 100644 index 0000000..3f65714 --- /dev/null +++ b/templates/fnend.mdwn @@ -0,0 +1,20 @@ +[[!templatebody <.^ +
+ENDBODY]] + +This template is for creating footnotes. + +Parameters: + +| Name | Description | +| ---- | ----------- | +| t | Required. Name of the reference. | +| content | Required. Content of the reference. | + +Example usage: + +
+ \[[!template id=fnend t=1 content=""" + This is what's referenced."""]] +
diff --git a/templates/fnref.mdwn b/templates/fnref.mdwn new file mode 100644 index 0000000..c454a6b --- /dev/null +++ b/templates/fnref.mdwn @@ -0,0 +1,15 @@ +[[!templatebody <\[] +ENDBODY]] + +This template is for referencing footnotes. + +Parameters: + +| Name | Description | +| ---- | ----------- | +| t | Required. Name of the reference. | + +Example usage: + + Refer to \[[!template id=fnref t=1]]