From cba86d6175d00b897d6f5c4b3fec640e7309de60 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 7 Apr 2015 21:01:55 -0400 Subject: smart_emphasis keyword > legacy_em extension. The smart_strong extension has been removed and its behavior is now the default (smart em and smart strong are the default). The legacy_em extension restores legacy behavior (no smart em or smart strong). This completes the removal of keywords. All parser behavior is now modified by extensions, not by keywords on the Markdown class. --- tests/options/no-smart-emphasis.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/options/no-smart-emphasis.html (limited to 'tests/options/no-smart-emphasis.html') diff --git a/tests/options/no-smart-emphasis.html b/tests/options/no-smart-emphasis.html deleted file mode 100644 index c4f1381..0000000 --- a/tests/options/no-smart-emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

connectedwords_

\ No newline at end of file -- cgit v1.2.3