This is a very simple preprocessor for the markdown which converts a few expressions into stuff that's FarLands related.
Conversions:
Expression | Result |
---|---|
{{#rank dev}} |
Dev (with rank colour) |
{{#rank dev bob}} |
bob (with rank colour) |
To build this preprocessor, you'll need to have rust installed.
Once you've got that, you can just run
cargo build
to build the binary or
cargo test
to run the test suite (very minimal).