hexagon 2nd fixed by %20

s!^!__/  \\\n  \\__/\n!
:
y/1234567/\x09123456/
/\x09/!{s/^.\{6\}/&&/mg
s/.*\n.*\n/&&/m
}
t
s!^\([^\n]*\)/.*\n\([^\n]*\)  \S*!   \1\n&\n   \2!
t
s/^..//mg

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

download

return to the top page