1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

properly indent a bunch of code samples

This commit is contained in:
Mislav Marohnić 2008-05-03 05:56:27 +02:00 committed by Nathan Weizenbaum
parent bd820f5d41
commit 1e838f74b6
3 changed files with 76 additions and 77 deletions

View file

@ -651,9 +651,8 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# yo # yo
# </p> # </p>
# #
# If the <tt>:escape_html</tt> option is set, # If the <tt>:escape_html</tt> option is set, <tt>=</tt> will sanitize any
# = will sanitize any HTML-sensitive characters generated by the script. # HTML-sensitive characters generated by the script. For example:
# For example:
# #
# = '<script>alert("I\'m evil!");</script>' # = '<script>alert("I\'m evil!");</script>'
# #

View file

@ -128,7 +128,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# #
# By default, either attribute syntax may be used. # By default, either attribute syntax may be used.
# If you want to force one or the other, # If you want to force one or the other,
# see the :attribute_syntax option below. # see the <tt>:attribute_syntax</tt> option below.
# #
# === Nested Rules # === Nested Rules
# #