diff options
| author | Asko Nõmm <ano@ano.ee> | 2022-05-11 20:42:30 +0300 |
|---|---|---|
| committer | Asko Nõmm <ano@ano.ee> | 2022-05-11 20:42:30 +0300 |
| commit | 7c3eba77fd3de0e108efba94018233a57e66989e (patch) | |
| tree | ae7e3c28a7b097d9dffd60a005c96fdb9758f039 /resources/test/core.md | |
| parent | 94c1c0ca639f55ff9073cb1fdf2ad6015bb6bae1 (diff) | |
Implement indented code blocks.
Diffstat (limited to 'resources/test/core.md')
| -rw-r--r-- | resources/test/core.md | 8 |
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 ------------------------------------- |
