diff options
Diffstat (limited to 'src/boost/tools/quickbook/test/footnotes-1_7.quickbook')
-rw-r--r-- | src/boost/tools/quickbook/test/footnotes-1_7.quickbook | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/footnotes-1_7.quickbook b/src/boost/tools/quickbook/test/footnotes-1_7.quickbook new file mode 100644 index 00000000..ac3dc91f --- /dev/null +++ b/src/boost/tools/quickbook/test/footnotes-1_7.quickbook @@ -0,0 +1,16 @@ +[quickbook 1.7] +[article Footnotes] + +[section:first First Section] + +Some[footnote First footnote] normal[footnote Second footnote] footnotes[footnote Third footnote]. + +[endsect] + +[section:second Second Section] + +Some'''<footnote id="f1"><para>Boostbook footnote</para></footnote>''' +boostbook'''<footnote><para>Footnote without id</para></footnote>''' +footnotes'''<footnote><para>Another footnote without an id</para></footnote>'''. + +[endsect]
\ No newline at end of file |