Syntax #
s.footnote-marker
Purpose #
The s.footnote-marker annotation is used to tag a span element as being the superscript number linking to a footnote.
Example #
The following is an example of a time when you might want to use the s.footnote-marker annotation:
The following is an example of a rule that will apply s.footnote-marker:
The following is the DITA XML output for the previous rule:
<p>This sentence contains a quote with a footnote: <q>this is the quote</q>.<xref href=”#ID-00000004/ID-00000003″ type=”fn”/><fn id=”ID-00000003″><div><fn> This is the footnote.</fn></div></fn></p>