diff options
author | Waylan Limberg <waylan@dev.westell.com> | 2010-02-22 22:59:20 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@dev.westell.com> | 2010-02-22 22:59:20 -0500 |
commit | b9458647a471561cf121edc03b2b8fd5aadff316 (patch) | |
tree | 21810589a1197d8c14ad825ee202b11b979eaaad /tests/php/MD5 Hashes.xhtml | |
parent | b96331c66b8421d10f9e040758c82badf97191b1 (diff) | |
parent | 3eb86a20f0b20e44b34087c16e20ff40cead7420 (diff) | |
download | markdown-b9458647a471561cf121edc03b2b8fd5aadff316.tar.gz markdown-b9458647a471561cf121edc03b2b8fd5aadff316.tar.bz2 markdown-b9458647a471561cf121edc03b2b8fd5aadff316.zip |
Merge branch 'tests'
Diffstat (limited to 'tests/php/MD5 Hashes.xhtml')
-rw-r--r-- | tests/php/MD5 Hashes.xhtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/php/MD5 Hashes.xhtml b/tests/php/MD5 Hashes.xhtml new file mode 100644 index 0000000..894e4aa --- /dev/null +++ b/tests/php/MD5 Hashes.xhtml @@ -0,0 +1,11 @@ +<h1>Character Escapes</h1> + +<p>The MD5 value for <code>+</code> is "26b17225b626fb9238849fd60eabdf60".</p> + +<h1>HTML Blocks</h1> + +<p>test</p> + +<p>The MD5 value for <code><p>test</p></code> is:</p> + +<p>6205333b793f34273d75379350b36826</p> |