Difference between revisions of "Book/HelloXenProject/Instructions for Improvement"

From Xen
Line 55: Line 55:
   
 
The content of the wiki page has now been converted. But there are a number if areas which could do with improvements
 
The content of the wiki page has now been converted. But there are a number if areas which could do with improvements
  +
* Code or config file snippets are currently not specifically formatted or formatted in <nowiki>...</nowiki> blocks. The best way to do this is to use <syntaxhighlight lang="sh">...</syntaxhighlight> instead
* Images are currently shown as headlines. These should be folded into the image directive and can be achieved by the following two search and replaces
 
Replace: <pre>=====</pre> with <pre>]]</pre>
 
Replace: <pre>]]\n\n===== <span style="color:#00000a;"></pre> with <pre>|</pre>
 
   
 
[[Category:Users]] [[Category:HelloXenProjectBook]]
 
[[Category:Users]] [[Category:HelloXenProjectBook]]

Revision as of 10:17, 18 April 2017


The content of the wiki page has now been converted. But there are a number if areas which could do with improvements

  • Code or config file snippets are currently not specifically formatted or formatted in ... blocks. The best way to do this is to use
    ...
    
    instead