diff --git a/doc/ikiwiki/formatting/discussion.mdwn b/doc/ikiwiki/formatting/discussion.mdwn new file mode 100644 index 000000000..0a729af51 --- /dev/null +++ b/doc/ikiwiki/formatting/discussion.mdwn @@ -0,0 +1,9 @@ +The markdown syntax states that emails are written with html entities, but in ikiwiki only one part is encoded as it. For reference see . + +In the HTML page I get this: + + mmassonnet@gmail.com + +while it the href="" attribute should also be encoded. + +--mike