Forum upgraded to phpBB 3.3 + Markdown support

CodeLite's announcements
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Forum upgraded to phpBB 3.3 + Markdown support

Post 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

Make sure you have read the HOW TO POST thread