diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-09-03 13:30:04 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-09-03 13:46:52 -0400 |
commit | a1c636a05557b1faa207828c9e7102391bdde5c9 (patch) | |
tree | e223f4a97d811ce956073be7647695fbcc3e6f4c /tests/misc/attributes2.html | |
parent | a4c80246770b87ca3d2cce5b5184901fd2495a7d (diff) | |
download | markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.gz markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.bz2 markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.zip |
Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests.
Diffstat (limited to 'tests/misc/attributes2.html')
-rw-r--r-- | tests/misc/attributes2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/attributes2.html b/tests/misc/attributes2.html index cc1ae26..5971cc8 100644 --- a/tests/misc/attributes2.html +++ b/tests/misc/attributes2.html @@ -3,4 +3,4 @@ <li id="TABLEOFCONTENTS" /> </ul> <p id="TABLEOFCONTENTS">Or in the middle of the text </p> -<p id="tableofcontents" /> +<p id="tableofcontents" />
\ No newline at end of file |