From 15acbdec8c9357b78435af707140b0278cf376b2 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 7 Apr 2015 19:50:25 -0400 Subject: Remove lazy_ol keyword. Use sane_lists extension instead. This was adapted from 11408e50 of the md3 branch. --- tests/options/lazy_ol_off.html | 18 ------------------ tests/options/lazy_ol_off.txt | 17 ----------------- 2 files changed, 35 deletions(-) delete mode 100644 tests/options/lazy_ol_off.html delete mode 100644 tests/options/lazy_ol_off.txt (limited to 'tests/options') diff --git a/tests/options/lazy_ol_off.html b/tests/options/lazy_ol_off.html deleted file mode 100644 index bff1970..0000000 --- a/tests/options/lazy_ol_off.html +++ /dev/null @@ -1,18 +0,0 @@ -

A numbered list from daringfireball:

-
    -
  1. Bird
  2. -
  3. McHale
  4. -
  5. Parish
  6. -
-

Again:

-
    -
  1. Bird
  2. -
  3. McHale
  4. -
  5. Parish
  6. -
-

Now starting with 1:

-
    -
  1. Bird
  2. -
  3. McHale
  4. -
  5. Parish
  6. -
\ No newline at end of file diff --git a/tests/options/lazy_ol_off.txt b/tests/options/lazy_ol_off.txt deleted file mode 100644 index 611f3a6..0000000 --- a/tests/options/lazy_ol_off.txt +++ /dev/null @@ -1,17 +0,0 @@ -A numbered list from daringfireball: - -3. Bird -1. McHale -8. Parish - -Again: - -3. Bird -1. McHale -8. Parish - -Now starting with 1: - -1. Bird -1. McHale -8. Parish -- cgit v1.2.3