Code
To insert pieces of code
inline just like so, wrap the code between ` and ` characters.
To insert longer blocks of code, wrap them between ``` and ``` characters.
Example:
<pre><code class="javascript">function test() {
console.log("Hello World");
}</code></pre>
for i in range(1, 10):
print(i)
else:
print("Loop finished.")
Links
To insert links, select the text you would like to make into a hyperlink and click the paper clip icon. Insert the link.