17 lines
307 B
Markdown
17 lines
307 B
Markdown
+++
|
|
title = "Simple article with shortcodes"
|
|
description = ""
|
|
date = 2017-04-01
|
|
+++
|
|
|
|
A simple page
|
|
|
|
{{ youtube(id="e1C9kpMV2e8") }}
|
|
{{ youtube(id="e1C9kpMV2e8", autoplay=true) }}
|
|
|
|
{{ vimeo(id="210073083") }}
|
|
|
|
{{ streamable(id="c0ic") }}
|
|
|
|
{{ gist(url="https://gist.github.com/Keats/32d26f699dcc13ebd41b") }}
|