Package com.teamten.markdown
Class FootnoteSpan
java.lang.Object
com.teamten.markdown.Span
com.teamten.markdown.FootnoteSpan
Stores a footnote.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlock()
void
postProcessText
(String locale) Convert apostrophes, quotes, etc.
-
Constructor Details
-
FootnoteSpan
-
-
Method Details
-
getBlock
-
postProcessText
Description copied from class:Span
Convert apostrophes, quotes, etc.- Overrides:
postProcessText
in classSpan
- Parameters:
locale
- the locale being processed ("en_US", "fr", etc.).
-