[subbu@earth tests] echo "[[foo]]" > /tmp/wt
[subbu@earth tests] node parse < /tmp/wt > /tmp/old.html
[subbu@earth tests] sed 's/<\/a>/<\/a>ls/' < /tmp/old.html > /tmp/new.html
[subbu@earth tests] node parse --selser --oldtextfile /tmp/wt --oldhtmlfile /tmp/old.html < /tmp/new.html
[[foo]]ls
[subbu@earth tests] node parse --html2wt < /tmp/new.html
[[foo]]<nowiki/>ls
Version: unspecified
Severity: normal