Skip to content

Instantly share code, notes, and snippets.

@edouard-lopez
Created May 26, 2013 15:21
Show Gist options
  • Save edouard-lopez/8bd270257bd7f150882f to your computer and use it in GitHub Desktop.
Save edouard-lopez/8bd270257bd7f150882f to your computer and use it in GitHub Desktop.
Wiki cheatsheet
{
"metadata": {
"name": "Wikipedia Syntax Cheatsheet",
"description": "Kickstarter for new Wikipedians",
"level": 1,
"authors": [
"Édouard Lopez"
],
"tags": [
"wikipedia",
"syntax",
"edit",
"cheatsheet",
"quick start"
],
"date": "2013-05-26",
"version": "0.1"
},
"sheet": [
{
"term": "'''bold'''", "desc": "<b>Bold</b> text",
"level": 1
},
{
"term": "''italics''", "desc": "<i>italic</i> text",
"level": 1
},
{
"term": "[[Target_article]]", "desc": "<a href=''>internal link</a> text",
"level": 1
},
{
"id": "footnote",
"class": ["ref"],
"term": "Foot note sample",
"desc": "http://caniuse.com/#feat=history"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment