Table of Contents

Sample Dokuwiki Syntax

Each page has exactly one h1.
(Except this sample page has two.)

Basic Text Formatting h2

bold, italic, underlined monospaced, combined

sub23 super 475 deleted

line break
two backslashes at eol
or two backslashes+space
at eol

Google

Link to Regression Analysis wiki page.

Link to Data Fitting for Regression Analysis section.

Every heading creates a section.

Media Files h2

Images h3

External GIF with resizing h4

PNG files h4

PNG with resizing h5

PNG float right h5

For example, here are four (x,y) data points which appear roughly in the shape of a straight line. Four Data Points

Table
x y
14
34
67
98

Insert the CLEAR directive to realign the following heading.

PNG float left h5

Four Data Points

x y
14
34
67
98

SVG

<insert svg image here>

YouTube

<insert youtube file here>

Equation h2

Write the linear equation inline as a function of $x$. $$f(x) = ax + b$$ This is the predictor function. $f(x)$ gives the predicted value of $y$.

Table h2

Table with alignment, span col, span row
h 1 h 2 h 3
1.1 1.2 1.3
row
span
2.2 col span
3.2 3.3

Lists h2

Unordered h3

Ordered h3

  1. This is an ordered list
  2. The second item
    1. You may have different levels
  3. Another item

Code h2

$ code block
two space indent

or

$ ls -al # html syntax

heading 1 (7-1=6) h1

heading 2 (7-2=5) h2

heading 3 (7-3=4) h3

heading 4 (7-4=3) h4

heading 5 (7-5=2) h5