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]]