Expand description
Structs§
- BodyRes
- The parsed markdown file.
- Component
Map - A map from component names to component functions.
- MdSycX
Props - Props for
MDSycX. - Outline
Heading - A heading in the document.
- Parse
Res - The result of parsing mdsycx.
Enums§
- Event
- Tree events, or “instructions” that can be serialized and rendered with Sycamore.
- Parse
Error - An error from parsing mdsycx.
- SetProp
Error - An error returned from
FromMd::set_prop.
Traits§
Functions§
- MDSycX
- Renders your Sycamore augmented markdown.
- parse
- 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.