public class MarkdownParsingConfiguration extends Object implements MarkupParsingConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
TOC_PATCH_NAME |
| Constructor and Description |
|---|
MarkdownParsingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
configurationName() |
MarkupParser |
createMarkupParser(ComponentsRegistry componentsRegistry) |
TableOfContents |
createToc(String docTitle,
ComponentsRegistry componentsRegistry) |
Path |
fullPath(ComponentsRegistry componentsRegistry,
Path root,
TocItem tocItem) |
TocItem |
tocItemByPath(ComponentsRegistry componentsRegistry,
TableOfContents toc,
Path path) |
String |
tocItemResourceName(TocItem tocItem) |
public static final String TOC_PATCH_NAME
public String configurationName()
configurationName in interface MarkupParsingConfigurationpublic TableOfContents createToc(String docTitle, ComponentsRegistry componentsRegistry)
createToc in interface MarkupParsingConfigurationpublic MarkupParser createMarkupParser(ComponentsRegistry componentsRegistry)
createMarkupParser in interface MarkupParsingConfigurationpublic String tocItemResourceName(TocItem tocItem)
tocItemResourceName in interface MarkupParsingConfigurationpublic Path fullPath(ComponentsRegistry componentsRegistry, Path root, TocItem tocItem)
fullPath in interface MarkupParsingConfigurationpublic TocItem tocItemByPath(ComponentsRegistry componentsRegistry, TableOfContents toc, Path path)
tocItemByPath in interface MarkupParsingConfigurationCopyright © 2022. All rights reserved.