Home | History | Annotate | Download | only in extensions

Lines Matching full:abbr

8 Specifically, any defined abbreviation is wrapped in  an `<abbr>` tag.
18 [php]: http://www.michelf.com/projects/php-markdown/extra/#abbr
30 <p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specification
31 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
40 ... Some text with an ABBR.
42 ... *[ABBR]: Abbreviation
44 >>> html = markdown.markdown(text, ['abbr'])
48 >>> html = markdown.markdown(text, ['abbr', 'footnotes'])
53 markdown.py -x abbr source.txt > output.html