Code and links

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(&quot;Hello World&quot;);
}</code></pre>
Example HTML code
for i in range(1, 10):
    print(i)
else:
    print("Loop finished.")
Example python code

To insert links, select the text you would like to make into a hyperlink and click the paper clip icon. Insert the link.

Show Comments