java.lang.Object
org.aya.literate.Literate.CodeBlock
org.aya.concrete.remark.AyaLiterate.AyaCodeBlock
org.aya.concrete.remark.AyaLiterate.AyaVisibleCodeBlock
- All Implemented Interfaces:
org.aya.literate.Literate,org.aya.pretty.doc.Docile
- Enclosing interface:
AyaLiterate
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.literate.Literate
org.aya.literate.Literate.CodeBlock, org.aya.literate.Literate.HyperLink, org.aya.literate.Literate.Image, org.aya.literate.Literate.InlineCode, org.aya.literate.Literate.List, org.aya.literate.Literate.Many, org.aya.literate.Literate.Math, org.aya.literate.Literate.Raw, org.aya.literate.Literate.Unsupported -
Field Summary
Fields inherited from class org.aya.literate.Literate.CodeBlock
code, highlighted, language, sourcePos -
Constructor Summary
ConstructorsConstructorDescriptionAyaVisibleCodeBlock(@NotNull String language, @NotNull String code, @Nullable org.aya.util.error.SourcePos sourcePos) -
Method Summary
Methods inherited from class org.aya.literate.Literate.CodeBlock
toDoc
-
Constructor Details
-
AyaVisibleCodeBlock
-