Expand description
Structs
The parsed markdown file.
A map from component names to component functions.
Props for
MDSycX
.The result of parsing mdsycx.
Enums
Tree events, or “instructions” that can be serialized and rendered with Sycamore.
An error from parsing mdsycx.
An error returned from
FromMd::set_prop
.Traits
Functions
Renders your Sycamore augmented markdown.
Parse the the markdown document, including the front matter. The front matter is the metadata of
the document. It should be at the top of the file and surrounded by
---
characters.