Package-level declarations
Types
Link copied to clipboard
open class BaseHtmlNodeRenderer(context: Context) : TagNodeRenderer<HtmlTagBuilder> , ListItemVariantVisitor<HtmlTagBuilder.() -> Unit>
A renderer for vanilla Markdown (com.quarkdown.core.flavor.base.BaseMarkdownFlavor) nodes that exports their content into valid HTML code.
Link copied to clipboard
class CssBuilder
A builder of inline CSS rules.
Link copied to clipboard
Producer of CSS representations of RenderRepresentables.
Link copied to clipboard
Provides identifiers for elements suitable for HTML rendering.
Link copied to clipboard
class HtmlPostRenderer(context: Context, baseTemplateProcessor: () -> TemplateProcessor = {
TemplateProcessor.fromResourceName("/render/html-wrapper.html.template")
}) : PostRenderer
A PostRenderer that injects content into an HTML template, which supports out of the box:
Link copied to clipboard
A builder of an HTML tag.
Link copied to clipboard
A renderer for Quarkdown (com.quarkdown.core.flavor.quarkdown.QuarkdownFlavor) nodes that exports their content into valid HTML code.
Properties
Link copied to clipboard
Converts a RenderRepresentable to its CSS representation.