From cc02e9aa20b3d65cbe107d2571b752dad67a1109 Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Thu, 19 Jan 2017 14:55:37 -0800 Subject: [PATCH] Footnotes --- examples/tutorial.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/examples/tutorial.html b/examples/tutorial.html index 1a00f4f..6d49865 100644 --- a/examples/tutorial.html +++ b/examples/tutorial.html @@ -149,12 +149,17 @@ </dt-code> - +

Footnotes

+

Just wrap the text you would like to show up in a footnote in a dt-fn tag. The number of the footnote will be automatically generated. This text will be shown on hover.

+ + <dt-fn>This will become a hoverable footnote.</dt-fn> + + +

Layouts

The main text column is referred to as the body. It is the assumed layout of any direct descendents of the dt-article element.