Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 525 Bytes

index.md

File metadata and controls

29 lines (18 loc) · 525 Bytes
layout
base.njk

Default options

Specify slug

{% codepen "LXxoEL" %}

Specify full URL

{% codepen "https://codepen.io/kevingimbel/pen/LXxoEL" %}

Specify URL without protocol

{% codepen "codepen.io/kevingimbel/pen/LXxoEL" %}


Custom options

{% codepen "LXxoEL" "tabs:html,result;theme:light" %}

Setting all options

{% codepen "LXxoEL" "height:300;theme:light;tabs:html;user:kevingimbel;title:Some pen;preview: true;editable: true" %}


Missing required attribute

{% codepen %}