UNPKG
markit
Version:
latest (0.2.0)
0.2.0
0.1.0
A markdown parser with renderer feature.
github.com/lepture/markit
lepture/markit
markit
/
test
/
original
/
blockquotes_with_code_blocks.text
12 lines
(11 loc)
•
135 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
> Example: > >
sub
status
{ >
print
"working"
; > } > > Or: > >
sub
status
{ >
return
"working"
; > }