Skip to content

Instantly share code, notes, and snippets.

@blaknite
Created June 15, 2016 02:09
Show Gist options
  • Save blaknite/818e223cb5e668d063d82b96b1af4602 to your computer and use it in GitHub Desktop.
Save blaknite/818e223cb5e668d063d82b96b1af4602 to your computer and use it in GitHub Desktop.
Headings
==========================
[h3]text[/h3]
[h4]text[/h4]
[h5]text[/h5]
[h6]text[/h6]
Text Formatting
==========================
[p]text[/p] - paragraph
[b]text[/b] - bold
[i]text[/i] - italic
[u]text[/u] - underline
[s]text[/s] - strikethrough
[sub]text[/sub] - subscript
[sup]text[/sup] - superscript
[left]text[/left] - left
[center]text[/center] - center
[right]text[/right] - right
[intro]text[/intro] - large intro text
[leadin]text[/intro] - lead-in text for first paragraph.
[code]text[/code] - monospace formatted text
Lists
==========================
Ordered list
[ol]
[li]text[/li]
[/ol]
Unordered list
[ul]
[li]text[/li]
[/ul]
Assets
==========================
[img]url[/img] - image
[youtube]youtube-video-id[/youtube] - youtube embed
[url=link]text[/url] - link
Image with caption (can float to left/right. defaults to full)
[figure=left|center|right|full]
[img]url[/img]
[caption]text[/caption]
[/figure]
Quotes
=========================
[quote]text[/quote] - standard quote
[pullquote=left|right]text[/pullquote] - a pullquote (defaults to right)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment