From d646cb4af7756c2783ee916942722168658b8665 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 27 Apr 2017 10:04:28 -0700 Subject: [PATCH] Use latest markdown engine (#1999) --- docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index 745a8c0aa4c0a..dc937ae051217 100644 --- a/docfx.json +++ b/docfx.json @@ -1,5 +1,6 @@ { "build": { + "markdownEngineName": "dfm-latest", "content": [ { "files": [ @@ -117,4 +118,4 @@ ], "lruSize": 0 } -} \ No newline at end of file +}