From ea2c1187c7665a6eac95da270fb9875c75d0d3f8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 14 Jan 2020 20:38:57 -0500 Subject: [PATCH] Match example to reality --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ba25bd..26fe826 100644 --- a/README.md +++ b/README.md @@ -158,9 +158,9 @@ There are two extra shortcodes provided (along with the customized figure shortc This simply adds the html5 detail attribute, supported on all *modern* browsers. Use it like this: ``` -{{% details "This is the details title (click to expand)" %}} +{{< details "This is the details title (click to expand)" >}} This is the content (hidden until clicked). -{{% /details %}} +{{< /details >}} ``` #### Split