-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslElement,icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.Code,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.DslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.TopDslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.WithAttributes
@MarkdownDslMarker() public final class MarkdownDsl.CodeFence implements MarkdownDsl.TopDslElement, MarkdownDsl.Code, MarkdownDsl.WithAttributes
-
-
Field Summary
Fields Modifier and Type Field Description private MarkdownDsl.AttributeGroupattributesprivate final Stringlanguageprivate final Stringcode
-
Method Summary
Modifier and Type Method Description MarkdownDsl.AttributeGroupgetAttributes()UnitsetAttributes(@MarkdownDslExtendedFeature() MarkdownDsl.AttributeGroup attributes)final StringgetLanguage()StringgetCode()StringtoString()-
-
Method Detail
-
getAttributes
MarkdownDsl.AttributeGroup getAttributes()
-
setAttributes
Unit setAttributes(@MarkdownDslExtendedFeature() MarkdownDsl.AttributeGroup attributes)
-
getLanguage
final String getLanguage()
-
toString
@MarkdownDslExtendedFeature() String toString()
-
-
-
-