MarkdownBlock
abstract class MarkdownBlock(providers: ProviderFactory, objects: ObjectFactory, baseGenDir: Provider<String>, pagesPackage: Property<String>) : KobwebBlock.FileGeneratingBlock(source)
Types
Link copied to clipboard
class ProcessScope
Properties
Link copied to clipboard
A layout fqn to use as a fallback if no layout is specified.
Link copied to clipboard
The default package that source code generated from Markdown files will be written under.
Link copied to clipboard
A root composable to use as a fallback if no root is explicitly specified.
Link copied to clipboard
The path under which all markdown resources will live.
Link copied to clipboard
Register a handler which will be triggered with a list of all markdown pages in this project.