From 0b10b22c32bdbdc8bca916757d2c2e54eb1d05ac Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Tue, 9 Jun 2015 12:31:47 +0300 Subject: [PATCH] markdown tools --- bin/md-color | 1 + bin/md-toc | 1 + bin/md-view | 1 + 3 files changed, 3 insertions(+) create mode 120000 bin/md-color create mode 120000 bin/md-toc create mode 120000 bin/md-view diff --git a/bin/md-color b/bin/md-color new file mode 120000 index 0000000..99d5326 --- /dev/null +++ b/bin/md-color @@ -0,0 +1 @@ +../reporting/md-color \ No newline at end of file diff --git a/bin/md-toc b/bin/md-toc new file mode 120000 index 0000000..df6c596 --- /dev/null +++ b/bin/md-toc @@ -0,0 +1 @@ +../reporting/md-toc \ No newline at end of file diff --git a/bin/md-view b/bin/md-view new file mode 120000 index 0000000..0cd740f --- /dev/null +++ b/bin/md-view @@ -0,0 +1 @@ +../reporting/md-view \ No newline at end of file