This document will help the community to mainstream Naemon usersguide to make it easy to follow with a common look and feel for the best user experience possible.
Use <pre>...</pre> or ```...``` for all code snippets in the documentation
mkdir download
cd download
```bash mkdir download cd download ```
Alerts are used in the text to highlight something specific. It could be success, informational, warning or danger. See code snippets below
{{ site.hint }}Some useful hint.{{ site.end }}
{{ site.info }}Informational Alert{{ site.end }}
{{ site.warn }}It's not possible to use Markdown inside a html block...{{ site.end }}
You can use the Liquid filter markdownify
to use markdown syntax inside html blocks.
{{ site.note }}{{ "You can use the Liquid filter `markdownify` ..." | markdownify }}...{{ site.end }}
{{ site.danger }}Make a backup before you upgrade{{ site.end }}