Example post
This illustrates how to write a documentation page.
H2 titles are large
H3 titles are less Large
This is bold text, this is italic, and this is an external link.
Internal links work the same way.
Images
Images can be added using the markdown syntax.
A simple non-clickable image:
A simple clickable image with text when mouse is hold:
For more flexibility it is always possible to use html syntax in markdown, too.
Code
import numpy as np
a = np.arange(12)
Latex
Formulas works fine:
Inline also:
More
Set the markdown help for more options.
- Previous
- Next