enclose everything that you want to avoid this code in a span or div block and put class="cancel"
Example
[[div class="cancel"]] linkyouwanttocanel.wikidot.com [[/div]]
or
[[span class="cancel"]] linkyouwanttocanel.wikidot.com [[/span]]
then put this in your css
.cancel{ background:none; }
and that should work, but i havent tested it so report any problems