Skip to content

Commit 9de934a

Browse files
author
Evan You
committed
markdown example
1 parent 21ed148 commit 9de934a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

source/examples/commits.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: GitHub Commits
2+
type: examples
3+
order: 1
4+
---
5+
6+
> This example fetches latest Vue.js commits data from GitHub's API and displays them as a list. You can switch between the master and dev branches.
7+
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/KupQL/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: GitHub Commits
1+
title: Markdown Editor
22
type: examples
3-
order: 1
3+
order: 0
44
---
55

6-
> This example fetches latest Vue.js commits data from GitHub's API and displays them as a list. You can switch between the master and dev branches.
6+
> Dead simple Markdown editor.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/KupQL/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/u6UbY/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

0 commit comments

Comments
 (0)