aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/brokenlinks_false_positives.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/brokenlinks_false_positives.mdwn')
-rw-r--r--doc/bugs/brokenlinks_false_positives.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/brokenlinks_false_positives.mdwn b/doc/bugs/brokenlinks_false_positives.mdwn
new file mode 100644
index 000000000..3fdc43c40
--- /dev/null
+++ b/doc/bugs/brokenlinks_false_positives.mdwn
@@ -0,0 +1,6 @@
+The [[plugins/brokenlinks]] plugin falsely complains that
+[[ikiwiki/formatting]] has a broken link to [[smileys]], if the smiley plgin
+is disabled. While the page links to it inside a
+conditional, and so doesn't show the link in this case, ikiwiki scans for
+links w/o looking at conditionals and so still thinks the page contains the
+link.