Sha256: 36df6895f8eb9a16a0af9612fb063f10a92a00eafc57b883db95e20f49793a73
Contents?: true
Size: 780 Bytes
Versions: 8
Compression:
Stored size: 780 Bytes
Contents
If you want a stretch of text that should be left alone then you can enclose that text in three braces as follows: !-{{{-!{{{Text to be left alone}}}!-}}}-! Between the braces no wiki words will be identified, no markup syntax will be decoded. The text will be displayed in mono font exactly as it was typed. We use this technique a lot for showing samples of fixture code: {{{ import fit.ColumnFixture; public class AddRemovePlayerFixture extends ColumnFixture { public String playerName; private Game theGame; public boolean addPlayer() { theGame = StaticGame.getInstance(); Player thePlayer = theGame.addPlayer(playerName); return theGame.playerIsPlaying(thePlayer); } public int countPlayers() { return theGame.getNumberOfPlayers(); } } }}}
Version data entries
8 entries across 8 versions & 1 rubygems