Package com.teamten.markdown
Class ImageSpan
java.lang.Object
com.teamten.markdown.Span
com.teamten.markdown.ImageSpan
Stores an image and its caption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Block
The caption as a block, or an empty string if none was specified.@NotNull String
void
postProcessText
(String locale) Convert apostrophes, quotes, etc.toString()
-
Constructor Details
-
ImageSpan
-
-
Method Details
-
getPathname
-
getCaption
The caption as a block, or an empty string if none was specified. -
postProcessText
Description copied from class:Span
Convert apostrophes, quotes, etc.- Overrides:
postProcessText
in classSpan
- Parameters:
locale
- the locale being processed ("en_US", "fr", etc.).
-
toString
-