#!/usr/bin/sed
#
# Prepend a TOC
# Print an extra first heading
# Delete from 'On this page...' to the *first* first heading
#
/On this page.../{
	i [[_TOC_]]\n
};

/# 1./p
/On this page/,/# 1./d
/javascript:toggle/d
/ #toc/d

/?action=edit/d
s%http://markferry.net/pmwiki/pmwiki.php?n=%%
