Class ShortenedSpan

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

public class ShortenedSpan extends Span
Shortened version of a chapter title, to fit in headlines.
  • Constructor Details

    • ShortenedSpan

      public ShortenedSpan(@NotNull @NotNull Block block)
  • Method Details

    • getBlock

      @NotNull public @NotNull 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.).