Skip to content

Instantly share code, notes, and snippets.

@erayerdin
Last active January 30, 2016 12:54
Show Gist options
  • Save erayerdin/96afc851275d4c1ae467 to your computer and use it in GitHub Desktop.
Save erayerdin/96afc851275d4c1ae467 to your computer and use it in GitHub Desktop.
Brackets Snippets for Markdown and Git
- scope: markdown
trigger: image
description: Image
mTime: 1454102672521
text: |
![](${1})
- scope: markdown
trigger: link
description: Link
mTime: 1454102736475
text: |
[${1:content}](${2:link})
- trigger: badge
description: Shields.IO Badge
scope: markdown
mTime: 1454102808929
text: |
https://img.shields.io/badge/${1:title}-${2:content}-${3:color}.svg${4}
- trigger: code
description: Span Code
scope: markdown
mTime: 1454157717577
text: |
`${1}`
- scope: markdown
trigger: newline
description: HTML br Tag
mTime: 1454157739927
text: |
<br />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment