gilbert.plugins.markdown module¶
- class gilbert.plugins.markdown.MarkdownPage(name, site, data=None, meta=None)¶
Bases:
PagePage type that renders its content as Markdown.
Extensions can be configured in
config.ymlvia:content_type:MarkdownPage
or using the
extrasattribute.- property content: str¶
- extras: list¶
- gilbert.plugins.markdown.load_md(path: Path) tuple[None | ByteString | str, dict]¶