Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 636 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 636 Bytes

mdbook-fl

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)

Building

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).