summaryrefslogtreecommitdiff
path: root/resources/test/core.md
diff options
context:
space:
mode:
authorAsko Nõmm <ano@ano.ee>2022-05-12 21:09:38 +0300
committerGitHub <noreply@github.com>2022-05-12 21:09:38 +0300
commit2ff0da12f58d17b6c1ab3736a41595073b3a534e (patch)
tree52dab7ba9cb71ca06c334cada0b8fc2c99c3fb91 /resources/test/core.md
parent94c1c0ca639f55ff9073cb1fdf2ad6015bb6bae1 (diff)
parentdc2a364db6d14d4afa9da9aadbccb8fdbb038fe4 (diff)
Merge pull request #31 from askonomm/7-support-indented-code-blocks
Implement indented code blocks.
Diffstat (limited to 'resources/test/core.md')
-rw-r--r--resources/test/core.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/test/core.md b/resources/test/core.md
index eefc4f7..5c42a7d 100644
--- a/resources/test/core.md
+++ b/resources/test/core.md
@@ -68,7 +68,9 @@ This is ___bold italic text___ and ***this is also***. *What about italic text t
* Sub sub list item
* Continuing sub list item
* Continuing list item
-
+ <?php
+ echo 'indented code block';
+ ?>
***
* List item
@@ -87,6 +89,10 @@ code goes here.
This is a H1 heading with settext
=================================
+ <?php
+ echo 'indented code block';
+ ?>
+
And this is a H2 heading with settext
-------------------------------------