Skip to content

Commit

Permalink
added table, link, acronym and footnote snippets for textile
Browse files Browse the repository at this point in the history
  • Loading branch information
phmongeau committed Jun 22, 2011
1 parent 76b47ff commit 8b77887
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion snippets/textile.snippets
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# Jekyll post header
snippet header
---
title: ${1:title}
layout: post
date: ${2:date} ${3:hour:minute:second} -05:00
---

# Image
snippet img
!${1:url}!
!${1:url}(${2:title}):${3:link}!

# Table
snippet |
|${1}|${2}

# Link
snippet link
"${1:link text}":${2:url}

# Acronym
snippet (
(${1:Expand acronym})${2}

# Footnote
snippet fn
[${1:ref number}] ${3}

fn$1. ${2:footnote}

0 comments on commit 8b77887

Please sign in to comment.