deface

Crates.io

Deface is a lightweight and fast markup language similar to markdown. It shares most of the same syntax, but it plays fast and loose with some of the rules

Syntax

Run deface example.md to see this first hand

```markdown img alt text

{anchor-points} can be created and linked to

Headers are the same as markdown

Lines starting with > are blockquotes

  1. And ordered
  2. lists use numbers
  3. (any numbers!)

can be directly embedded. Any line starting with < is skipped by the parser ~italic!~ bold underline === horizontal rule ```

Usage:

Download and install the Rust toolchain

Install from crates.io cargo install deface

Command line arguments: deface <input file> ...

Input files are markup files (default extension ".md"), and will be translated into an HTML file. Multiple input files can be provided, like so deface README.md index.md resume.md about.md