Last active
August 29, 2015 14:22
-
-
Save mike-ward/a6cac98add76c17782d7 to your computer and use it in GitHub Desktop.
Markdown Edit Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
now $DATE("f")$ $END$ | |
date $DATE("d")$ $END$ | |
time $DATE("t")$ $END$ | |
img  $END$ | |
link [$link_text$]($link_url$) $END$ | |
tm ™ | |
cp © | |
reg ® | |
post ---\r\nlayout: post \r\ntitle: "#$title$"\r\n---\r\n\r\n$END$ | |
fl ---\r\nlayout: post \r\ntitle: "Friday Links #$num$"\r\n---\r\n\r\n### Programming\r\n\r\n\r\n### Applications\r\n\r\n\r\n### Science and Technology\r\n\r\n\r\n### On the Web\r\n\r\n\r\n### Stuff I Just Like\r\n\r\n$END$ | |
mde [Markdown Edit](http://mike-ward.net/markdownedit) | |
dl [Downloads Page](http://mike-ward.net/downloads) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment