Package com.teamten.markdown
Class ShortenedSpan
java.lang.Object
com.teamten.markdown.Span
com.teamten.markdown.ShortenedSpan
Shortened version of a chapter title, to fit in headlines.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Block
getBlock()
void
postProcessText
(String locale) Convert apostrophes, quotes, etc.
-
Constructor Details
-
ShortenedSpan
-
-
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.).
-