From cc452998dc1af441cf3f9c5d0c7287cb5de48c4a Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:29:56 -0400 Subject: Initial implementation of nose testing. Still some cleanup to do, but this shows the differances between the old and the new. Also left one test failing (unsignificant white space only) to demonstrate what a failing test looks like. --- tests/markdown-test/markdown-syntax.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/markdown-test/markdown-syntax.html') diff --git a/tests/markdown-test/markdown-syntax.html b/tests/markdown-test/markdown-syntax.html index 2f63b4b..038c9d1 100644 --- a/tests/markdown-test/markdown-syntax.html +++ b/tests/markdown-test/markdown-syntax.html @@ -484,12 +484,12 @@ on a line by itself:

That is:

The link URL may, optionally, be surrounded by angle brackets:

[id]: <http://example.com/>  "Optional Title Here"
@@ -660,10 +660,10 @@ for links, allowing for two styles: inline and reference.

  • An exclamation mark: !;
  • followed by a set of square brackets, containing the alt -attribute text for the image;
  • + attribute text for the image;
  • followed by a set of parentheses, containing the URL or path to -the image, and an optional title attribute enclosed in double -or single quotes.
  • + the image, and an optional title attribute enclosed in double + or single quotes.

Reference-style image syntax looks like this:

![Alt text][id]
-- 
cgit v1.2.3