From 5318c9bc4c9ecea72f2de069ecc2cd35f899bb57 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 20 Oct 2017 08:47:27 +0200 Subject: [PATCH] id -> url in gist shortcode doc --- docs/content/documentation/content/shortcodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/content/shortcodes.md b/docs/content/documentation/content/shortcodes.md index 8a880147..42cb77be 100644 --- a/docs/content/documentation/content/shortcodes.md +++ b/docs/content/documentation/content/shortcodes.md @@ -161,9 +161,9 @@ The arguments are: Usage example: ```md -{{ gist(id="https://gist.github.com/Keats/e5fb6aad409f28721c0ba14161644c57") }} +{{ gist(url="https://gist.github.com/Keats/e5fb6aad409f28721c0ba14161644c57") }} -{{ gist(id="https://gist.github.com/Keats/e5fb6aad409f28721c0ba14161644c57", class="gist") }} +{{ gist(url="https://gist.github.com/Keats/e5fb6aad409f28721c0ba14161644c57", class="gist") }} ``` Result example: