diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-07-03 01:28:34 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-07-03 01:28:34 -0500 |
| commit | 2afa1e2b3829d704dd84ad1dce3f00a6996ec4af (patch) | |
| tree | 0bfc4fb50cd454ebb11c76b5f786f1a0059c156b /package.json | |
| parent | eccb3cc40e104fffaa89ef62b686659458021298 (diff) | |
Substitute markdown for showdown
It has better support for code blocks
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e5303b1..4b18dbc 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,11 @@ "homepage": "https://github.com/rbdr/blog#readme", "dependencies": { "getenv": "0.7.x", - "markdown": "0.5.x", "minimist": "1.2.x", "mustache": "2.3.x", "ncp": "2.0.x", - "rimraf": "2.6.x" + "rimraf": "2.6.x", + "showdown": "1.7.x" }, "devDependencies": { "docdash": "0.4.x", |