Package docsite.emitters
Class MarkdownGeneratedSectionEmitter
java.lang.Object
docsite.SectionEmitter
docsite.emitters.GeneratedSectionEmitter
docsite.emitters.MarkdownGeneratedSectionEmitter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final com.vladsch.flexmark.util.data.DataHolderprotected static final com.vladsch.flexmark.parser.Parserprotected static final com.vladsch.flexmark.html.HtmlRendererFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected j2html.tags.specialized.SectionTaggenerateSectionContent(j2html.tags.Tag<?> before) Methods inherited from class docsite.emitters.GeneratedSectionEmitter
createLinkToSection, createSectionContent, createTableOfContents, createTableOfContentsFromHtml, generateHeadersId, hrefId, normalizeLinks, origin, removeH1, replaceLocalImages, replaceMermaidDiagrams, url, urlMethods 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:
generateSectionContentin classGeneratedSectionEmitter
-