From d8e6b9b048a4566aded8701b28015a8d9c76e830 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 14 Apr 2014 07:50:20 +0200 Subject: [PATCH] Use kramdown instead of maruku --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index e72ae18793..084637717b 100644 --- a/_config.yml +++ b/_config.yml @@ -3,4 +3,5 @@ relative_permalinks: false permalink: /news/:year/:month/:day/:title/ repository: https://github.com/OPM/ResInsight baseurl: /ResInsight +markdown: kramdown