editormd开启HTML标签解析
This commit is contained in:
parent
6bd1d68a8e
commit
5b6156ff4c
|
@ -1,4 +1,4 @@
|
|||
if Rails.env.development?
|
||||
Rack::MiniProfiler.config.position = 'right'
|
||||
Rack::MiniProfiler.config.start_hidden = false
|
||||
Rack::MiniProfiler.config.start_hidden = true
|
||||
end
|
|
@ -157,7 +157,7 @@
|
|||
tocDropdown : false,
|
||||
tocContainer : "",
|
||||
tocStartLevel : 1, // Said from H1 to create ToC
|
||||
htmlDecode : false, // Open the HTML tag identification
|
||||
htmlDecode : "style,iframe|on*", // Open the HTML tag identification
|
||||
pageBreak : true, // Enable parse page break [========]
|
||||
atLink : true, // for @link
|
||||
emailLink : true, // for email address auto link
|
||||
|
|
Loading…
Reference in New Issue