Package io.thestencil.staticontent.api
Interface MarkdownContent.Markdown
-
- All Known Implementing Classes:
ImmutableMarkdown
- Enclosing interface:
- MarkdownContent
@Immutable public static interface MarkdownContent.Markdown
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MarkdownContent.Heading>getHeadings()List<MarkdownContent.ImageTag>getImages()StringgetLocale()StringgetPath()StringgetValue()
-
-
-
Method Detail
-
getLocale
String getLocale()
-
getPath
String getPath()
-
getValue
String getValue()
-
getHeadings
List<MarkdownContent.Heading> getHeadings()
-
getImages
List<MarkdownContent.ImageTag> getImages()
-
-