Merge pull request #898 from parkr/remove-jsfiddle-docs

Removing docs for jsFiddle tag. Depends on #896
This commit is contained in:
Brandon Mathis 2012-12-28 08:32:54 -08:00
commit 8eab66291e
1 changed files with 0 additions and 38 deletions

View File

@ -1,38 +0,0 @@
---
layout: page
title: "jsFiddle Tag"
date: 2011-09-26 12:33
sidebar: false
footer: false
---
All you need is the fiddle's id and you can easily embed it in your page.
#### Syntax
{{ "{% jsfiddle shorttag [tabs] [skin] [height] [width]" }} %}
#### Example
{{ "{% jsfiddle ccWP7" }} %}
{% jsfiddle ccWP7 %}
#### Adjusting Tabs
Its possible to easily adjust the display order of the tabs. In this case, Im moving the result to be the first item shown.
{{ "{% jsfiddle ccWP7 result,js,html,css" }} %}
{% jsfiddle ccWP7 result,js,html,css %}
#### Presentation: Skin
We can easily adjust the skin. Right now, it looks like light and presentation are really the only supported options, but if jsFiddle announces new options, you can start using them immediately.
{{ "{% jsfiddle ccWP7 default presentation" }} %}
{% jsfiddle ccWP7 default presentation %}
This plugin was developed by [Brian Arnold](http://brianarn.github.com/blog/2011/08/jsfiddle-plugin/).