Class FootnoteSpan

java.lang.Object
com.teamten.markdown.Span
com.teamten.markdown.FootnoteSpan

public class FootnoteSpan extends Span
Stores a footnote.
  • Constructor Details

    • FootnoteSpan

      public FootnoteSpan(Block block)
  • Method Details

    • getBlock

      public Block getBlock()
    • postProcessText

      public void postProcessText(String locale)
      Description copied from class: Span
      Convert apostrophes, quotes, etc.
      Overrides:
      postProcessText in class Span
      Parameters:
      locale - the locale being processed ("en_US", "fr", etc.).