Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 490 Bytes

File metadata and controls

27 lines (20 loc) · 490 Bytes
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.

Footnotes