summaryrefslogtreecommitdiff
path: root/oldtests/Original/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-07 22:35:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-07 22:35:19 -0700
commitbc5b7c288d29215c585db254a203889e0dea54e2 (patch)
tree92949654697de1b42a749e442ab4faae5544c311 /oldtests/Original/README
parenta411013e62cfc1e94fddbd6c217c5e6ad365b34f (diff)
Removed oldtests.
Diffstat (limited to 'oldtests/Original/README')
-rw-r--r--oldtests/Original/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/oldtests/Original/README b/oldtests/Original/README
deleted file mode 100644
index 5143258..0000000
--- a/oldtests/Original/README
+++ /dev/null
@@ -1,15 +0,0 @@
-These are from John Gruber's original markdown test suite, via
-Michel Fortin's mdtest.
-
-The html files have been modified slightly in ways that do not affect the
-semantics. For example, entities are used for quotes in text, and
-blank lines are omitted between block-level tags.
-
-Trailing blank spaces are removed from lines in raw HTML blocks.
-
-The one (insignificant) semantic change is switching the order
-of emph and strong tags in the output for ***strong and emph***.
-
-We have removed Hard-wrapped_paragraphs_with_list-like_lines tests,
-because the new implementation no longer requires a blank line
-before a list.