Extracted from Dokuwiki syntax documentation for quick reference:

Basic Text Formatting

Footnotes

Quoting

No formatting

Code blocks


The following table defines the binding typographic conventions for wiki pages!

Item Format Example(s)
References to commands, folder-/filenames, etc. in running text ''monospaced'' The command ptxdist newpackage <package-type> can be used to add your application to the Software Platform configuration.
Commands to be entered by the user (verbatim)
+ output/results of such commands
<code>code block</code>
user@ubuntu-vm:~/workspace/TQMa6x-BSP-REV.0109$ ptxdist newpackage

usage: 'ptxdist newpackage <type>', where type is:

  host                     create package for development host
  target                   create package for embedded target
  cross                    create cross development package
  klibc                    create package for initramfs built against klibc

  src-autoconf-lib         create autotoolized library
  src-autoconf-prog        create autotoolized binary
  src-autoconf-proglib     create autotoolized binary+library
  src-cmake-prog           create cmake binary
  src-qmake-prog           create qmake binary
  src-linux-driver         create a linux kernel driver
  src-make-prog            create a plain makefile binary
  src-stellaris            create stellaris firmware
  font                     create a font package
  file                     create package to install existing files
  kernel                   create package for an extra kernel
  barebox                  create package for an extra barebox
  image-tgz                create package for a tgz image
  image-genimage           create package for a genimage image
  blspec-entry             create package for a bootloader spec entry

user@ubuntu-vm:~/workspace/TQMa6x-BSP-REV.0109$
Contents of files <file [filetype]2) [filename]3)>filecontents<file>
hello-world.c
#include <stdio.h>
#include <stdlib.h>
 
int main(int argc, char *argv[])
{
	printf("Hello World, I'm hello-world!\n");
 
	exit(EXIT_SUCCESS);
}
user@ubuntu-vm:~/workspace/TQMa6x-BSP-REV.0109$ 
1)
This is a footnote
2)
enables syntax highlighting
3)
enables download link