Skip to content

Instantly share code, notes, and snippets.

View markgrovs's full-sized avatar

Mark Groves markgrovs

View GitHub Profile

Keybase proof

I hereby claim:

  • I am markgrovs on github.
  • I am markgroves (https://keybase.io/markgroves) on keybase.
  • I have a public key ASAxlCKbpGM8vR01QnmHsRiUUsJJMHE4EuQV_A_-MBvVjQo

To claim this, I am signing this object:

markgroves Mark Groves

Keybase proof

I hereby claim:

  • I am markgrovs on github.
  • I am markgroves (https://keybase.io/markgroves) on keybase.
  • I have a public key ASAxlCKbpGM8vR01QnmHsRiUUsJJMHE4EuQV_A_-MBvVjQo
@markgrovs
markgrovs / wiki.lua
Created November 24, 2016 21:38 — forked from zhzhxtrrk/wiki.lua
pandoc confluence markup writer
-- that is very similar to that of pandoc's HTML writer.
-- There is one new feature: code blocks marked with class 'dot'
-- are piped through graphviz and images are included in the HTML
-- output using 'data:' URLs.
--
-- Invoke with: pandoc -t sample.lua
--
-- Note: you need not have lua installed on your system to use this
-- custom writer. However, if you do have lua installed, you can
-- use it to test changes to the script. 'lua sample.lua' will
@markgrovs
markgrovs / workflow-install.py
Created November 23, 2016 22:34 — forked from deanishe/workflow-install.py
Script to install/symlink Alfred workflows. Useful for workflow developers.
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2013 deanishe@deanishe.net.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#
@markgrovs
markgrovs / README.md
Created February 11, 2013 05:03 — forked from balupton/README.md

DocPad: Clean dates in post URLs

Creates URLs like /2012/12/15/merry-xmas for your blog posts.

Requires momentjs to be installed: npm install --save moment