Disable gfm line-ending handling in order to avoid unwanted <br>

This commit is contained in:
Atanas Korchev 2014-07-11 16:16:55 +03:00
Родитель e0a397d41c
Коммит d27194b4f8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -99,6 +99,7 @@ module Jekyll
@config = config
context = {
:gfm => false,
:baseurl => @config['baseurl']
}