gilbert.plugins.markdown module

class gilbert.plugins.markdown.MarkdownPage(name, site, data=None, meta=None)

Bases: gilbert.content.Page

Page type that renders its content as Markdown.

Extensions can be configured in config.yml via:

content_type:MarkdownPage

or using the extras attribute.

content
extras
gilbert.plugins.markdown.load_md(path: pathlib.Path) → Tuple[Union[None, ByteString, str], Dict[KT, VT]]