On Fri, May 22, 2009 at 3:14 AM, Matt <[email protected]> wrote: > > Hi JS, > > I was using the 4 spaces indent in the first post, but it dosen't work > in gitorious's wiki page.
Yeah, I noticed that too. xml/html is striped regardless of whether it's in a code block or not. It only should be when outside of a code block. > And the "<pre><code>..thexml..</code></pre>", dose markdown has such > kind of syntax? or dose gitorious allow me to insert HTML directly? I > doubt so since as I tested it dosn't work either. Right, any publicly editable markdown documents should never allow raw html/xml in them as this would allow one to place malicious code on the page. Rather than trying to sanitize (which is nearly imposable to do with certainty) the html/xml is either removed or escaped. -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
