middleman/middleman-core/fixtures/markdown-app/source
Steven Sloan ee7c9e6a6e Add support/tests for Redcarpet 3.0.0 features
- :underline
- :highlight
- :disable_indented_code_blocks

Fix support for
- :link_attributes
- :filter_html

separate Redcarpet extensions from renderer options, add specs for missing renderer options

add specs for the missing/new redcarpet extensions, [ :lax_spacing, :underline, :highlight, :quote, :disable_indented_code_blocks, :footnotes ]

fix link_attributes option for Redcarpet

patch Tilt's reverse option aliases (they were there for RC1)

adjust test data for Redcarpet toc_data to match the current way it renders in 3.0

revert tests that aren't in redcarpet 3.0.0

add a cucumber exempt tag for mri-1.8.x

move redcarpet 3 specific extensions to a separate scenario filtered by the no18 tag
2013-08-27 11:37:37 -04:00
..
images merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
autolink.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
fenced_code_blocks.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
filter_html.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
footnote.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
hard_wrap.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
highlighted.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
img.html.markdown support redcarpet's no_ flags which need to be re-implemented in our overrides. Fixes #951 2013-07-08 14:21:36 -07:00
indented_code_blocks.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
index.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
lax_spacing.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
link.html.markdown support redcarpet's no_ flags which need to be re-implemented in our overrides. Fixes #951 2013-07-08 14:21:36 -07:00
no_intra_emphasis.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
prettify.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
quote.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
safe_links.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
smarty_pants.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
space_after_headers.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
strikethrough.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
superscript.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
tables.html.markdown merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
underline.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00
with_toc_data.html.markdown Add support/tests for Redcarpet 3.0.0 features 2013-08-27 11:37:37 -04:00