--- title: Hyperhelp template author: Marc Musterman, Mustercity, Mustercountry date: 2020-MM-DD geometry: - top=20mm - bottom=20mm - left=20mm --- ## Table of Contents * [Home](#home) * Markup samples * [Structure](#structure) * [Emphasis](#emph) * [Code](#code) * [Images and Links](#links) * [Substitutions](#subst) * [Table of Contents](#toc) ----- ## Home This is a small starting template for the hyperhelp::package. ----- ## Structure ### Header level 3 horizontal row: ---- List examples: * list item 1 * list item 2 * list item 3 * subitem 3.1 * subitem 3.2 * list item 4 1. numbered item 1 2. numbered item 2 3. numbered item 3 4. numbered item 4 Paragraph indentation: > some text which can be continued without linebreak in the output here. List indentation: > * item 1 * item 2 * item 3 ----- ## Emphasis Let's write mixed **bold** and *italic* and `typewriter text` in one line. ----- ## Code Source code blocks are done using at least three whitespaces at the beginning of the lines. if {$x == 1} { puts "x is 1" } Show lines start with list symbols by preceeding them with a dot. .* first list item as source code .* second itemlist item as source code ----- ## Images and Links Image: ![](hyperhelp.png) Link to [Table of Contents](#toc) ----- ## Substitutions We use: * Tcl/Tk $::tcl_patchLevel * dgw::hyperhelp [[package present dgw::hyperhelp]]