From 383916493d8d05feb8df72e61cbec15d9b5fb937 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 21 Jul 2009 21:35:14 -0400 Subject: Fixed Ticket 38. With smart_emphasis turned on, emphasised text can now be wrapped in punctuation without spaces and still will be converted to emphasis (ie: '[_foo_]'). Test included. Thanks for the report seanh. --- tests/misc/smart_em.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/misc/smart_em.html (limited to 'tests/misc/smart_em.html') diff --git a/tests/misc/smart_em.html b/tests/misc/smart_em.html new file mode 100644 index 0000000..5683b25 --- /dev/null +++ b/tests/misc/smart_em.html @@ -0,0 +1,5 @@ +

emphasis

+

this_is_not_emphasis

+

[punctuation with emphasis]

+

[punctuation_with_emphasis]

+

[punctuation_without_emphasis]

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