Uses of Class
com.vladsch.flexmark.util.ast.BlankLine
-
Packages that use BlankLine Package Description com.vladsch.flexmark.formatter.internal com.vladsch.flexmark.util.ast -
-
Uses of BlankLine in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal with parameters of type BlankLine Modifier and Type Method Description private void
CoreNodeFormatter. render(BlankLine node, NodeFormatterContext context, MarkdownWriter markdown)
-
Uses of BlankLine in com.vladsch.flexmark.util.ast
Methods in com.vladsch.flexmark.util.ast that return BlankLine Modifier and Type Method Description BlankLine
BlankLine. setClaimedBlankLine(@NotNull Block claimedBlankLine)
-