Doccy
Doccy is a simple brace based markup language, an alternative to writing HTML for people who enjoy the power and flexibility but do not enjoy writing it.
Features:
See the latest documentation for more information about Doccy syntax and provided APIs.
- Implied paragraphs and line breaks
- Simple curley brace based element syntax
- Support for all body HTML elements
- Command line interface
Examples
Rust
extern crate doccy;
use doccy_to_html;
Command line
# <p>your document <em>here</em></p>
|
Versions
The 0.1 release of Doccy requires Rustc version 1.29 or greater. It has been tested on 1.28, however the dependency on criterion for benchmarking means this crate will not compile.