-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslElement,icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.DslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.DslEntry,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.TopDslElement
@MarkdownDslMarker()@MarkdownDslExtendedFeature() public final class MarkdownDsl.SideBlock extends MarkdownDsl.Quote
-
-
Field Summary
Fields Modifier and Type Field Description private final List<MarkdownDsl.TopDslElement>contentprivate final StringprefixMarker
-
Method Summary
Modifier and Type Method Description List<MarkdownDsl.TopDslElement>getContent()final StringgetPrefixMarker()-
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.SideBlock
toString -
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry
toContentString -
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.Quote
unaryPlus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getContent
List<MarkdownDsl.TopDslElement> getContent()
-
getPrefixMarker
final String getPrefixMarker()
-
-
-
-