From 138eb968dc688b239bdfc3d5260645e63da3d147 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 23 Aug 2020 12:29:25 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ef38afc..c910ffc 100644 --- a/README.md +++ b/README.md @@ -131,9 +131,6 @@ Boolean Placeholder [key = [[placeholder]]] - -Formatting -[author = "The Great snek" date = [[date]] time = [[time]] display = "author - date at time"] ``` #### Usage @@ -193,6 +190,7 @@ Bibliography entries are only shown when used in the document. ## Math Snekdown allows the embedding of [AsciiMath](http://asciimath.org/): +The AsciiMath parser is provided in the [asciimath-rs](https://github.com/Trivernis/asciimath-rs) crate ``` inline math $$ a^2 + b^2 = c^2 $$