public interface IRender
| Modifier and Type | Method and Description |
|---|---|
@Nullable com.vladsch.flexmark.util.data.DataHolder |
getOptions()
Get Options for parsing
|
default @NotNull String |
render(@NotNull Node document)
Render the tree of nodes to HTML.
|
void |
render(@NotNull Node document,
@NotNull Appendable output) |
void render(@NotNull
@NotNull Node document,
@NotNull
@NotNull Appendable output)
@NotNull default @NotNull String render(@NotNull @NotNull Node document)
document - the root node@Nullable @Nullable com.vladsch.flexmark.util.data.DataHolder getOptions()
Copyright © 2020. All rights reserved.