Not just a text formatter, don't mark it down, etch it.
Not too dissimilar from Markdown, simpler yet also more powerful:
```
This is what etch text looks like!
[a] You can tag entire blocks of text with a tag prefix, individual words[b] with a tag suffix, or [entire spans of text][b] using square brackets.
And lastly, tags can be declared when you first reference them[d: .nice] and the tag name is optional[.cool]. ```
Documents can import other documents:
```
```
Or other files as preformatted text:
``` [css]
```
Documents can contain custom metadata such as a title or description:
```
```
Plugin API allows for transforming documents or injecting custom parsers.
A more complete example of Etch syntax can be found in the [samples directory].