Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dsf sdfvsd
[git.ikiwiki.info.git]
/
doc
/
bugs
/
wiki_links_still_processed_inside_code_blocks.mdwn
diff --git
a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
index 744f26f4cab2d6c7f9348b1794f8b45a75b39d18..b2a8b06323cd7f497918d748eb0b710ef981b10f 100644
(file)
--- a/
doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
+++ b/
doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
@@
-1,6
+1,6
@@
In [[ikiwiki/markdown]] syntax, none of the other special characters get processed
inside a code block. However, in ikiwiki, [[wiki_links|ikiwiki/wikilink]] and
In [[ikiwiki/markdown]] syntax, none of the other special characters get processed
inside a code block. However, in ikiwiki, [[wiki_links|ikiwiki/wikilink]] and
-[[preprocessor_directives|ikiwiki/
preprocessor
directive]] still get processed
+[[preprocessor_directives|ikiwiki/directive]] still get processed
inside a code block, requiring additional escaping. For example, `[links
don't work](#here)`, but `a [[ikiwiki/wikilink]] becomes HTML`. --[[JoshTriplett]]
inside a code block, requiring additional escaping. For example, `[links
don't work](#here)`, but `a [[ikiwiki/wikilink]] becomes HTML`. --[[JoshTriplett]]
@@
-41,3
+41,9
@@
and have it render like:
>
> In the case of either bug, no, I don't have an idea of a solution yet.
> --[[Joey]]
>
> In the case of either bug, no, I don't have an idea of a solution yet.
> --[[Joey]]
+
+> I've now solved a similar bug involving the smiley plugin. The code used
+> there should give some strong hints how to fix this bug, though I haven't
+> tried to apply the method yet. --[[Joey]]
+
+[[!debbug 487397]]