Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
A markdown renderer that generates a Kobweb source file given an input markdown file.
Link copied to clipboard
abstract class MarkdownBlock( providers: ProviderFactory, objects: ObjectFactory, baseGenDir: Provider<String>, pagesPackage: Property<String>) : KobwebBlock.FileGeneratingBlock
Link copied to clipboard
class MarkdownEntry(val filePath: String, val frontMatter: FrontMatterElement, val route: String, val fqn: String)
An entry representing a markdown resource and some relevant data about it.
Link copied to clipboard
List feature extensions to markdown that this plugin supports.
Link copied to clipboard
A class which represents the metadata associated with a target folder that contains markdown content.