nenb example - using the doc directive

source file

This file mostly contains typical markdown, but does use a doc directive to set the web page title, icon, and add a <h1> to the beginning of the document, with the specified title.

The doc directive is show below:

# @doc
* title nenb example - using the doc directive
* icon ../images/nenb-icon.png
* bodyTitle true
* show true

Directives are markdown headers - one # character at the start of the line followed by a whitespace character. The next token on the line starts with @ which indicates this is a directive and not a typical markdown header. The name of this directive is doc.

The doc directive supports a number of attributes, show above as list items beneath the directive line. Attributes used here:


generated by nenb 0.0.1