Revision Difference
Example#561707
<cat>tags</cat>
<title>Example</title>
⤶
# Example⤶
```html
<example>⤶
<example name = 'Title' >⤶
<description>Showcasing the ability to print numbers in lua</description>
<code>
local a = 1
print(a)
</code>
<output>1</output>
</example>
```
⤶
<example>⤶
⤶
<example name = 'Title' >⤶
<description>Showcasing the ability to print numbers in lua</description>
<code>
local a = 1
print(a)
</code>
<output>1</output>
</example>