| Package | Description |
|---|---|
| com.vladsch.flexmark.html |
HTML rendering (see
HtmlRenderer) |
| com.vladsch.flexmark.html.renderer |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeRendererSubContext |
| Modifier and Type | Method and Description |
|---|---|
AttributeProvider |
AttributeProviderFactory.create(LinkResolverContext context) |
LinkResolver |
LinkResolverFactory.create(LinkResolverContext context) |
ResolvedLink |
LinkResolver.resolveLink(com.vladsch.flexmark.ast.Node node,
LinkResolverContext context,
ResolvedLink link) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeRendererContext
The context for node rendering, including configuration and functionality for the node renderer to use.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlIdGenerator |
HeaderIdGeneratorFactory.create(LinkResolverContext context)
Deprecated.
implement
HtmlIdGeneratorFactory instead |
HtmlIdGenerator |
HeaderIdGenerator.Factory.create(LinkResolverContext context) |
Copyright © 2018. All rights reserved.