EXTENSION_MAP |
= |
{ # old name => new name :autolink => :autolink, :fenced_code => :fenced_code_blocks, :filter_html => :filter_html, :hard_wrap => :hard_wrap, :lax_htmlblock => :lax_html_blocks, :no_image => :no_images, :no_intraemphasis => :no_intra_emphasis, :no_links => :no_links, :filter_styles => :no_styles, :safelink => :safe_links_only, :space_header => :space_after_headers, :strikethrough => :strikethrough, :tables => :tables, :generate_toc => :with_toc_data, :xhtml => :xhtml, # old names with no new mapping :gh_blockcode => nil, :no_tables => nil, :smart => nil, :strict => nil |
RENDERER_OPTIONS |
= |
[:filter_html, :no_images, :no_links, :no_styles, :safe_links_only, :with_toc_data, :hard_wrap, :xhtml] |