diff --git a/Cargo.toml b/Cargo.toml index b6b6684..69e79bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snekdown" -version = "0.9.0" +version = "0.9.1" authors = ["trivernis "] edition = "2018" license-file = "LICENSE" diff --git a/README.md b/README.md index 141984f..cfb952b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Multiline > Multiline Quote Quote with metadata (e.g. Author) -[Trivernis - 2020]> This is a quote with metadata +[author=Trivernis year=2020 display='{{author}} - {{year}}']> This is a quote with metadata ```