From 4989dfc661d44adb3721bb3813e99046c7aa404f Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 23 Dec 2019 12:32:26 -0700 Subject: [PATCH] Updated v2: Templates (markdown) --- v2:-Templates.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/v2:-Templates.md b/v2:-Templates.md index 8afe773..76418af 100644 --- a/v2:-Templates.md +++ b/v2:-Templates.md @@ -134,10 +134,6 @@ The resulting front matter will be made available like so: - `.Body` to access the body after the front matter, for example: `{{markdown $parsed.Body}}` -``` -{{markdown "My _markdown_ text"}} -``` - ### `stripHTML` Removes HTML from a string.