| title | Markdown syntax |
|---|
Docsgen uses the 1 with the following extensions:
-
Github style syntax highlighting is added, which is done by using ``` lang on one line, closed with ``` on another line.
``` oxygene namespace test; interface implementation end. ```
becomes:
namespace test;
interface
implementation
end.
The standard markdown syntax is used for docsgen.