Browse Source

id -> url in gist shortcode doc

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
5318c9bc4c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/content/documentation/content/shortcodes.md

+ 2
- 2
docs/content/documentation/content/shortcodes.md View File

@@ -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:


Loading…
Cancel
Save