# Matthewdown A new gospel in markdown ripoffs. This is my markdown-inspired markup language. It is slightly compatible with Markdown, insofar as a document written in my personal matthewdown style will compile in both. I've mainly focused on compiling matthewdown to HTML, but users of the library can implement their own matthewdown visitors to compile it to any other format. ## The markup language I've not yet gotten around to writing a specification for matthewdown, but here are some of the extra features it has: * Block (i.e. paragraph) commands prefixed with `$$`. * Inline commands prefixed with `$`. * Metadata can be embedded in `$$metadata` blocks and easily deserialized using the `serde` crate. * `$small[...]` command corresponding to HTML's ``. * Tables using the `$$row` and `$$cell` commsnds. * `$$nb` corresponding to HTML's `