Skip to content

Instantly share code, notes, and snippets.

View smy20011's full-sized avatar

smy20011 smy20011

  • Rice University
  • Houston
View GitHub Profile
@smy20011
smy20011 / 0-update.md
Created November 21, 2015 06:44 — forked from lynaghk/0-update.md
Angular.js from ClojureScript
@smy20011
smy20011 / 2bbcode
Last active June 24, 2016 19:59
A pandoc custom Lua script to translate to BBCode.
#!/bin/bash
format=${1:-markdown_github}
exec pandoc -f $format -t ~/bin/bbcode.lua