haml--haml/lib/haml
Mislav Marohnić 0fa3201cc9 BlueCloth vs. RedCloth: change Markdown filter to only use BlueCloth.
Remove tests that rely on 'redcloth' or Textile output.
This is necessary because the new RedCloth doesn't support Markdown anymore,
renders Textile with different whitespace setting,
and it's generally a bad practice to rely on output of 3rd party libraries that have their own tests.
2008-08-29 15:41:14 -07:00
..
helpers Turns out we've still got to override #capture for edge Rails. 2008-06-11 12:55:11 -07:00
template Make sure pre-Rails-2.0.1 partials have all locals defined. 2008-06-20 00:46:04 -04:00
buffer.rb Make sure %textarea and &= interact properly. 2008-08-04 01:04:50 -04:00
engine.rb Fix documentation about where Haml options docs are located. 2008-06-10 18:37:03 -07:00
error.rb Fix a particularly nasty line-numbering bug that popped up with blank lines. 2008-05-29 01:30:29 -07:00
exec.rb html2haml autodetects ERB files. 2008-08-03 00:27:18 -04:00
filters.rb BlueCloth vs. RedCloth: change Markdown filter to only use BlueCloth. 2008-08-29 15:41:14 -07:00
helpers.rb Fix haml_tag again. 2008-07-03 23:10:53 -04:00
html.rb html2haml should pre-escape HTML entities. 2008-08-03 00:05:36 -04:00
precompiler.rb Automatically preserve newlines in attributes. 2008-07-27 20:50:28 -04:00
template.rb Don't crash if init.rb can't be updated. 2008-05-24 12:28:58 -07:00