From: joey Date: Fri, 6 Apr 2007 20:31:00 +0000 (+0000) Subject: web commit by JoshTriplett: Use an inline code block for HTML. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/ae97e8fe148069f20f59a0eb960755f488bbf96c web commit by JoshTriplett: Use an inline code block for HTML. --- diff --git a/doc/todo/block_external_links.mdwn b/doc/todo/block_external_links.mdwn index 4a9e14215..8ff571295 100644 --- a/doc/todo/block_external_links.mdwn +++ b/doc/todo/block_external_links.mdwn @@ -1,6 +1,6 @@ I'd like the ability to block external links from anonymous users, or from untrusted users. This could work by generating the HTML for the new page and -comparing it to the HTML for the old page, looking for any new <a> tags with +comparing it to the HTML for the old page, looking for any new `` tags with href values that didn't exist in the old page and don't start with the URL of the wiki. Comparing the HTML, rather than the input, allows usage with various types of input formats, and ensures that a template, shortcut, or some