Other supported elements
<screenshot> images shown inline ⇩
Code samples highlighted using Text::VimColor
#!/usr/bin/perl
use strict
;
my
$version
=
0.01
;
print
"This is version
$version
\n
"
;