HomeSort by relevance Sort by last modified time
    Searched refs:footnotes (Results 1 - 5 of 5) sorted by null

  /external/markdown/markdown/extensions/
footnotes.py 2 ========================= FOOTNOTES =================================
9 footnotes. All footnote functionality is provided separately and
18 Footnotes[^1] have a label[^label] and a definition[^!DEF].
40 ["///Footnotes Go Here///",
41 "The text string that marks where the footnotes go"],
76 """ Clear the footnotes on reset, and prepare for a distinct document. """
77 self.footnotes = markdown.odict.OrderedDict()
98 self.footnotes[id] = text
115 """ Return div of footnotes as et Element. """
117 if not self.footnotes.keys()
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 1703 var $footnotes = array(); variable
1718 $this->footnotes = array(); variable
1736 $this->footnotes = array(); variable
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]

Completed in 248 milliseconds