Crate mdsycx

Crate mdsycx 

Source
Expand description

§mdsycx

markdown with Sycamore

Plain ol’ markdown is a bit boring… What if we could spice it up with Sycamore? Meet mdsycx!

For more information, check out the website.

Structs§

BodyRes
The parsed markdown file.
ComponentMap
A map from component names to component functions.
MdSycXProps
Props for MDSycX.
OutlineHeading
A heading in the document.
ParseRes
The result of parsing mdsycx.

Enums§

Event
Tree events, or “instructions” that can be serialized and rendered with Sycamore.
ParseError
An error from parsing mdsycx.
SetPropError
An error returned from FromMd::set_prop.

Traits§

FromMd
Implemented by FromMd derive-macro.

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.

Derive Macros§

FromMd