From e5e37dc2c1f9f6e47831e44dd8d4a72b110fbff9 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sat, 23 Apr 2016 16:37:07 -0300 Subject: [PATCH] Update tidy-markdown and fix related tests --- .../markdown/expected/yaml-front-matter-2.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md index ef73802..e94cdef 100644 --- a/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md +++ b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md @@ -1,5 +1,5 @@ --- -title: 'This is a title!' +title: This is a title! --- stuff diff --git a/package.json b/package.json index 1bf87c6..85f74ad 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "space-pen": "^5.1.1", "strip-json-comments": "^1.0.2", "temp": "^0.8.3", - "tidy-markdown": "^0.3.2", + "tidy-markdown": "^2.0.1", "typescript-formatter": "~0.3.2", "underscore-plus": "^1.6.6", "which": "^1.1.1",