From 3587cb2d6ea31723757251c0be86d12625dec7c3 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 3 Jan 2010 23:27:49 -0500 Subject: Added processing of markdown text within raw html to the 'extra' extension. Fixes Ticket 39. NOTE: I did not add a seperate extension which only adds this feature - it is only available as part of 'extra'. --- tests/extensions-x-extra/raw-html.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/extensions-x-extra/raw-html.txt (limited to 'tests/extensions-x-extra/raw-html.txt') diff --git a/tests/extensions-x-extra/raw-html.txt b/tests/extensions-x-extra/raw-html.txt new file mode 100644 index 0000000..284fe0c --- /dev/null +++ b/tests/extensions-x-extra/raw-html.txt @@ -0,0 +1,12 @@ +
_foo_
+ +
+_bar_ +
+ +
+ +_blah_ + +
+ -- cgit v1.2.3