Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / present / testdata / pre.md
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/present/testdata/pre.md b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/present/testdata/pre.md
new file mode 100644 (file)
index 0000000..042ecc9
--- /dev/null
@@ -0,0 +1,39 @@
+# Pre
+
+##
+
+Pre with tab:
+
+       code block
+       on two lines
+
+Text with space:
+
+ now a text block
+ on two lines
+
+Pre with blank line:
+
+       before
+
+       after
+
+EOF
+
+---
+<h1>Pre</h1>
+<section>
+<p>Pre with tab:</p>
+<pre><code>code block
+on two lines
+</code></pre>
+<p>Text with space:</p>
+<p>now a text block
+on two lines</p>
+<p>Pre with blank line:</p>
+<pre><code>before
+
+after
+</code></pre>
+<p>EOF</p>
+</section>