Hi Matt, On Wed, May 20, 2009 at 5:30 AM, Matt <[email protected]> wrote: > > e.g. I want to paste following markdown content to the wiki page: > > #Test-1 > <Addin namespace="TextEditor" ...> > ... > </Addin> > #Test-2 > End. > > the markdown works fine in a online markdown editor (http://wmd- > editor.com/examples/splitscreen), however gitorious will wipe all the > markups in the markdown off and therefore make the pasted xml > disapeared. > > How can I paste some xml code snippets into the wiki page?
Either indent it with 4 spaces (as per markdown) or wrapping it in "<pre><code>..thexml..</code></pre>" might work as well (not sure if the entities will be escaped or not right now) > Thank you JS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
