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

The parsed markdown file.
A map from component names to component functions.
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

Implemented by FromMd derive-macro.

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.

Derive Macros