I am trying to create a github wiki for my project. But I am unable to format a snippet from a Spring beans xml file, into this wiki. What is the proper way to do it? I tried us
not 100% sure if this is the same thing or not, but I just setup some xml snippets in my readme.md and used the
```xml
<myxml>
<someElement />
</myxml>
```
notation.
Replace all the less-than <
and greater-than >
symbols with <
and >
respectively, then wrap in <pre>
and <code>
as before.