summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/blockquotes-with-code-blocks.test
blob: 1fa09a34def8ea3e38c24dcdcfcf94deb7e401a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<<<
> Example:
> 
>     sub status {
>         print "working";
>     }
> 
> Or:
> 
>     sub status {
>         return "working";
>     }

>>>
blockQuoteBegin
interblockSeparator
inputVerbatim: ./_markdown_test/702e5d3a17f709c02cee3a2b5e106619.verbatim
interblockSeparator
interblockSeparator
inputVerbatim: ./_markdown_test/9d7d6b4bdbb0a57a705dc70e6c7f5612.verbatim
blockQuoteEnd