Wiki Help

Revision Difference

Code#504978

<cat>editing</cat> Markdown: ```markdown \`\`\`lua function print( values ) player.say( "hello" .. values ) end \`\`\` ``` Result: ```lua function print( values ) player.say( "hello" .. values ) end ``` ## Languages We can expand this list as we need to, but right now the supported languages are: * lua * csharp * html * markdown* markdown⤶ ⤶ If you don't define the language it'll use the site default (for example, under gmod it's lua).