Some apexes are the growing tips of plants. Our Apex is the high point of your forge.
Changelog
unreleased
export func renderHtml({fp, html, extraMetadata}): {html} to be called by other plugins. fp is the path where the file will be stored (to compute relatives links), html is the dom to be inserted in the page, extraMetadata to passe variables (like title). Return the final html with header, menu, footer, style css…
render slide from md to html, add layout: slide property and separate each slide with ---
fix bug: current menu is now hilighted and marked with aria-current="page"#6eeb
BREAKING don’t render metadata by default, file should have apexRenderMetadatas: true in metadata to allow it, not final solution but good enough for now