sample_dokuwiki_syntax
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
Links h2
External Links h3
Internal Wiki Links h3
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
Table
| x | y |
|---|---|
| 1 | 4 |
| 3 | 4 |
| 6 | 7 |
| 9 | 8 |
Insert the CLEAR directive to realign the following heading.
PNG float left h5
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
- This is a list
- The second item
- You may have different levels
- Another item
Ordered h3
- This is an ordered list
- The second item
- You may have different levels
- 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
sample_dokuwiki_syntax.txt · Last modified: 2021/01/28 05:46 by 127.0.0.1




