From 91dd3b19f69bfbeefb22c66f75ea3321f2f97bb8 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 13 Dec 2017 10:43:58 -0800 Subject: convert to go buildpack --- .../russross/blackfriday/testdata/Code Blocks.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/github.com/russross/blackfriday/testdata/Code Blocks.html (limited to 'vendor/github.com/russross/blackfriday/testdata/Code Blocks.html') diff --git a/vendor/github.com/russross/blackfriday/testdata/Code Blocks.html b/vendor/github.com/russross/blackfriday/testdata/Code Blocks.html new file mode 100644 index 0000000..32703f5 --- /dev/null +++ b/vendor/github.com/russross/blackfriday/testdata/Code Blocks.html @@ -0,0 +1,18 @@ +
code block on the first line
+
+ +

Regular text.

+ +
code block indented by spaces
+
+ +

Regular text.

+ +
the lines in this block  
+all contain trailing spaces  
+
+ +

Regular Text.

+ +
code block on the last line
+
-- cgit v1.2.3