From af59bf74725937ab2be70fe5de711fa7e4ddfb02 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 20 Jun 2011 06:55:12 -0400 Subject: Added docs and tests to attr_list ext. Closes #7. --- tests/extensions/attr_list.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/extensions/attr_list.html (limited to 'tests/extensions/attr_list.html') diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html new file mode 100644 index 0000000..1e9c182 --- /dev/null +++ b/tests/extensions/attr_list.html @@ -0,0 +1,17 @@ +

This is a sextext header

+

A paragraph with some text. +Line two of the paragraph.

+

This is another

+

Test some inline text. +A link +And a nested link

+

This is a hash Header

+

And now some random attributes.

+

No closing hash header

+

Now test overrides

+
# A code block which contains attr_list syntax
+# This should be ignored.
+{: #someid .someclass }
+
+

No colon for compatability with Headerid ext

+

Also a codespan: {: .someclass}.

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