Package docsite.emitters
Class MarkdownGeneratedSectionEmitter
java.lang.Object
docsite.SectionEmitter
docsite.emitters.GeneratedSectionEmitter
docsite.emitters.MarkdownGeneratedSectionEmitter
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final com.vladsch.flexmark.util.data.DataHolder
protected static final com.vladsch.flexmark.parser.Parser
protected static final com.vladsch.flexmark.html.HtmlRenderer
Fields inherited from class docsite.SectionEmitter
ancestorEmitters, availableLanguages, baseDir, childEmitters, globalImages, INDEX_FILE, localization, logger, metadata, outputFolder, rootEmitter, scripts, section, sectionImages, site, siteLanguage, themeColors, TOC_MAX_LEVEL, TOC_MIN_LEVEL, useCDN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected j2html.tags.specialized.SectionTag
generateSectionContent
(j2html.tags.Tag<?> before) Methods inherited from class docsite.emitters.GeneratedSectionEmitter
createLinkToSection, createSectionContent, createTableOfContents, createTableOfContentsFromHtml, generateHeadersId, hrefId, normalizeLinks, origin, removeH1, replaceLocalImages, replaceMermaidDiagrams, url, url
Methods inherited from class docsite.SectionEmitter
createBreadcrumbs, emitHTML, emitHTML, href, outputPath, translate
-
Field Details
-
options
protected static final com.vladsch.flexmark.util.data.DataHolder options -
parser
protected static final com.vladsch.flexmark.parser.Parser parser -
renderer
protected static final com.vladsch.flexmark.html.HtmlRenderer renderer
-
-
Constructor Details
-
MarkdownGeneratedSectionEmitter
-
-
Method Details
-
generateSectionContent
protected j2html.tags.specialized.SectionTag generateSectionContent(j2html.tags.Tag<?> before) - Specified by:
generateSectionContent
in classGeneratedSectionEmitter
-