From a1c636a05557b1faa207828c9e7102391bdde5c9 Mon Sep 17 00:00:00 2001
From: Waylan Limberg
Date: Wed, 3 Sep 2008 13:30:04 -0400
Subject: Replaced indentation with linebreaks only. At least its more
consistant - and it better matches other markdown implementations. Also
updated tests.
---
tests/markdown-test/markdown-syntax.html | 111 ++++++++++---------------------
1 file changed, 36 insertions(+), 75 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 c53c045..2f63b4b 100644
--- a/tests/markdown-test/markdown-syntax.html
+++ b/tests/markdown-test/markdown-syntax.html
@@ -8,74 +8,35 @@
+Note: This document is itself written using Markdown; you
can see the source for it by adding '.text' to the URL.
Overview
@@ -522,12 +483,12 @@ on a line by itself:
That is:
- - Square brackets containing the link identifier (optionally
+
- Square brackets containing the link identifier (optionally
indented from the left margin using up to three spaces);
- - followed by a colon;
- - followed by one or more spaces (or tabs);
- - followed by the URL for the link;
- - optionally followed by a title attribute for the link, enclosed
+
- followed by a colon;
+- followed by one or more spaces (or tabs);
+- followed by the URL for the link;
+- optionally followed by a title attribute for the link, enclosed
in double or single quotes.
The link URL may, optionally, be surrounded by angle brackets:
@@ -697,10 +658,10 @@ for links, allowing for two styles: inline and reference.
That is:
- - An exclamation mark:
!
;
- - followed by a set of square brackets, containing the
alt
+ - An exclamation mark:
!
;
+- followed by a set of square brackets, containing the
alt
attribute text for the image;
- - followed by a set of parentheses, containing the URL or path to
+
- 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.
--
cgit v1.2.3