how do I correctly paste multi-line xml snippet to github wiki when using markdown
问题 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 using pre tag, code tag, the multiline code tag etc. But either it is not getting displayed at all or It displays everything in the same line. 回答1: 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. 回答2: