From 870e63be7360b5a0097a27656048e853bc720464 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Jul 2014 22:29:16 -0700 Subject: Initial commit --- oldtests/Original/Blockquotes_with_code_blocks.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 oldtests/Original/Blockquotes_with_code_blocks.markdown (limited to 'oldtests/Original/Blockquotes_with_code_blocks.markdown') diff --git a/oldtests/Original/Blockquotes_with_code_blocks.markdown b/oldtests/Original/Blockquotes_with_code_blocks.markdown new file mode 100644 index 0000000..c31d171 --- /dev/null +++ b/oldtests/Original/Blockquotes_with_code_blocks.markdown @@ -0,0 +1,11 @@ +> Example: +> +> sub status { +> print "working"; +> } +> +> Or: +> +> sub status { +> return "working"; +> } -- cgit v1.2.3