a TON of bugfixes and new features

This commit is contained in:
jomo
2014-04-28 03:01:33 +02:00
parent a6ba503e73
commit 65f5adf65d
59 changed files with 1023 additions and 970 deletions

View File

@@ -20,6 +20,7 @@ module ApplicationHelper
filter_html: true,
no_styles: true,
safe_links_only: true,
with_toc_data: true,
hard_wrap: true,
link_attributes: {target: "_blank", rel: "nofollow"}
})
@@ -46,6 +47,7 @@ module ApplicationHelper
no_images: true,
no_styles: true,
safe_links_only: true,
with_toc_data: false,
hard_wrap: false,
link_attributes: {target: "_blank", rel: "nofollow"}
})