Page 1 of 1

Forum upgraded to phpBB 3.3 + Markdown support

Posted: Mon Apr 12, 2021 10:54 pm
by eranif

Markdown is now enabled and can be used on the forum

You can now use any Markup syntax to write on the forum

You can also use code blocks:

Code: Select all

class CppClass {
public:
	void foo() {}
	void bar() {}
};

Code: Select all

#!/bin/bash
LIST=$(ls -l)
echo $LIST

etc