From 344e0c88ebbab7a9af6cd5da204fb3824a8ba79c Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Sat, 16 Feb 2013 12:29:21 -0800 Subject: [PATCH] Test for issue #70 --- spec/block_docs/issue70.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spec/block_docs/issue70.md diff --git a/spec/block_docs/issue70.md b/spec/block_docs/issue70.md new file mode 100644 index 0000000..5235df2 --- /dev/null +++ b/spec/block_docs/issue70.md @@ -0,0 +1,11 @@ +PENDING - Lines should be able to start with @. Note that a leading space doesn't +trigger the old metadata syntax. https://github.com/bhollis/maruku/issues/70 +*** Parameters: *** +{} +*** Markdown input: *** +@ foo +*** Output of inspect *** +md_el(:document,[],{},[]) +*** Output of to_html *** +

@ foo

+