liquid_feedback_frontend
diff config/example.lua @ 1052:66da54c0ae6c
Removed cuddled-lists option from markdown2 arguments to fit formatting help
author | bsw |
---|---|
date | Tue Jul 15 21:36:00 2014 +0200 (2014-07-15) |
parents | 701a5cf6b067 |
children | 58f48a8a202a |
line diff
1.1 --- a/config/example.lua Mon Jul 14 21:01:18 2014 +0200 1.2 +++ b/config/example.lua Tue Jul 15 21:36:00 2014 +0200 1.3 @@ -50,7 +50,7 @@ 1.4 { id = "markdown2", 1.5 name = "python-markdown2", 1.6 executable = "markdown2", 1.7 - args = {'-s', 'escape', '-x', 'cuddled-lists,nofollow,wiki-tables'}, 1.8 + args = {'-s', 'escape', '-x', 'nofollow,wiki-tables'}, 1.9 remove_images = true 1.10 }, 1.11 { id = "markdown_py",