====== Geshi Code Blocks ====== ======Toolbar Item ===== This method for making Geshi blocks, **using the editor**, will still work but there is now a [[plugin:ckgedit#geshi_example|toolbar item]] for Geshi. === Using the Editor === There are two options, one is to create a geshi code block and the other is to create a downloadable snippet. For the first you create a code block and for the second you create a file block. To create a simple code block you open a code block and then add the geshi code word, followed by a colon, and the type of code: geshi: php If you are creating a snippet, you add the file name: geshi: php file.php === Code === {{ https://i.imgur.com/cu7yfJ7.png }} === Result === {{ https://i.imgur.com/nAxsvlF.png }} See [[plugin:ckgedit:discussion#geshi]] discussion and view the [[http://www.youtube.com/watch?v=bI7x17EBbbI&feature=youtu.be|video]].