public class JekyllFrontMatterNodeFormatter extends Object implements com.vladsch.flexmark.formatter.internal.PhasedNodeFormatter
| Modifier and Type | Class and Description |
|---|---|
static class |
JekyllFrontMatterNodeFormatter.Factory |
| Constructor and Description |
|---|
JekyllFrontMatterNodeFormatter(com.vladsch.flexmark.util.options.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<com.vladsch.flexmark.formatter.internal.FormattingPhase> |
getFormattingPhases() |
Set<Class<?>> |
getNodeClasses() |
Set<com.vladsch.flexmark.formatter.internal.NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
void |
renderDocument(com.vladsch.flexmark.formatter.internal.NodeFormatterContext context,
com.vladsch.flexmark.formatter.internal.MarkdownWriter markdown,
com.vladsch.flexmark.ast.Document document,
com.vladsch.flexmark.formatter.internal.FormattingPhase phase) |
public JekyllFrontMatterNodeFormatter(com.vladsch.flexmark.util.options.DataHolder options)
public Set<com.vladsch.flexmark.formatter.internal.FormattingPhase> getFormattingPhases()
getFormattingPhases in interface com.vladsch.flexmark.formatter.internal.PhasedNodeFormatterpublic Set<Class<?>> getNodeClasses()
getNodeClasses in interface com.vladsch.flexmark.formatter.internal.NodeFormatterpublic void renderDocument(com.vladsch.flexmark.formatter.internal.NodeFormatterContext context,
com.vladsch.flexmark.formatter.internal.MarkdownWriter markdown,
com.vladsch.flexmark.ast.Document document,
com.vladsch.flexmark.formatter.internal.FormattingPhase phase)
renderDocument in interface com.vladsch.flexmark.formatter.internal.PhasedNodeFormatterpublic Set<com.vladsch.flexmark.formatter.internal.NodeFormattingHandler<?>> getNodeFormattingHandlers()
getNodeFormattingHandlers in interface com.vladsch.flexmark.formatter.internal.NodeFormatterCopyright © 2018. All rights reserved.