add Codepen to plugins/codesample.md

[+] adds a live Codepen to the Code Sample plugin page. Resolves GH-626. Helps explain how the plugin works for the end user.
This commit is contained in:
r12s
2017-12-13 11:00:50 -08:00
parent 06f3341330
commit ae657d1651
+4
View File
@@ -80,3 +80,7 @@ You need to add `prism.js` and `prism.css` to your page in order to get the synt
<script src="prism.js"></script>
<pre class="language-markup"><code>...</code></pre>
```
## Live example
{% include codepen.html id="mpyXwj" %}