Outline by %20

:0
N
$!b0
s/^/#/mg
:
s/#\(.\)\|\(#\)/\1\2#/mg
s/##/ #/g
/\S#\|^ #/b
s/^/# /mg
h
s/\n.*//
s/[^#]/ /g
H
G
h
s/\n.*//
s/./#/g
H
G

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page