summaryrefslogtreecommitdiffstats
path: root/tests/data/does_not_parse_codeblocks_00.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/does_not_parse_codeblocks_00.md')
-rw-r--r--tests/data/does_not_parse_codeblocks_00.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/does_not_parse_codeblocks_00.md b/tests/data/does_not_parse_codeblocks_00.md
new file mode 100644
index 0000000..7d480bf
--- /dev/null
+++ b/tests/data/does_not_parse_codeblocks_00.md
@@ -0,0 +1,9 @@
+This is a normal paragraph:
+
+ This is a code block.
+
+Here is an example of AppleScript:
+
+ tell application "Foo"
+ beep
+ end tell