diff options
author | Yuri Takhteyev <yuri@freewisdom.org> | 2008-08-26 00:36:50 -0700 |
---|---|---|
committer | Yuri Takhteyev <yuri@freewisdom.org> | 2008-08-26 00:36:50 -0700 |
commit | ebefa9bb10a0b3aebb134ed8fb06b79f97040999 (patch) | |
tree | 89c1fa439ee848c2a0770f11cba3335cd4b4cbbf /MarkdownTest/Tests/Tabs.html | |
parent | 77aed9225bc0fbb90459a2ead7d99de9aaf1796f (diff) | |
download | markdown-ebefa9bb10a0b3aebb134ed8fb06b79f97040999.tar.gz markdown-ebefa9bb10a0b3aebb134ed8fb06b79f97040999.tar.bz2 markdown-ebefa9bb10a0b3aebb134ed8fb06b79f97040999.zip |
Moving Tests to Tests_2007.
Diffstat (limited to 'MarkdownTest/Tests/Tabs.html')
-rw-r--r-- | MarkdownTest/Tests/Tabs.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/MarkdownTest/Tests/Tabs.html b/MarkdownTest/Tests/Tabs.html deleted file mode 100644 index 3301ba8..0000000 --- a/MarkdownTest/Tests/Tabs.html +++ /dev/null @@ -1,25 +0,0 @@ -<ul> -<li><p>this is a list item -indented with tabs</p></li> -<li><p>this is a list item -indented with spaces</p></li> -</ul> - -<p>Code:</p> - -<pre><code>this code block is indented by one tab -</code></pre> - -<p>And:</p> - -<pre><code> this code block is indented by two tabs -</code></pre> - -<p>And:</p> - -<pre><code>+ this is an example list item - indented with tabs - -+ this is an example list item - indented with spaces -</code></pre> |