Wiki Help

Revision Difference

Example#561719

<cat>tags</cat> <title>Example</title> # Example ```html <example name = 'Title' > <description>Showcasing the ability to print numbers in lua</description> <code> local a = 1 print(a) </code> <code name="My second code block">⤶ local str = "yay hi"⤶ </code>⤶ <output>1</output> </example> ``` <example name = 'Title' > <description>Showcasing the ability to print numbers in lua</description> <code> local a = 1 print(a) </code>⤶ <code name="My second code block">⤶ local str = "yay hi"⤶ </code> <output>1</output> </example>