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/Links/InlineLinks.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 oldtests/Links/InlineLinks.markdown (limited to 'oldtests/Links/InlineLinks.markdown') diff --git a/oldtests/Links/InlineLinks.markdown b/oldtests/Links/InlineLinks.markdown new file mode 100644 index 0000000..a822c4d --- /dev/null +++ b/oldtests/Links/InlineLinks.markdown @@ -0,0 +1,9 @@ +1. [link](/url) +2. [link](/url "title") +3. [link](/url + "title") +4. [link *with +linebreak*]( "title +with linebreak"). +5. [link](/url(withparens) 'and single quoted title') +6. [not a link] (/url) -- cgit v1.2.3