Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dokuwiki_syntax [2025/05/18 09:18] – rpjday | dokuwiki_syntax [2025/05/18 09:40] (current) – rpjday | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Headline 5 ===== | ||
+ | ==== Headline 4 ==== | ||
+ | === Headline 3 === | ||
+ | == Headline 2 == | ||
+ | |||
Simple text rendering: | Simple text rendering: | ||
Line 15: | Line 20: | ||
* [[https:// | * [[https:// | ||
- | Internal links: | + | Internal links (use hash for anchor): |
* [[gerrit_tutorial]] | * [[gerrit_tutorial]] | ||
* [[gerrit_tutorial|Gerrit tutorial]] | * [[gerrit_tutorial|Gerrit tutorial]] | ||
+ | * [[gerrit_tutorial# | ||
+ | |||
+ | Footnotes: | ||
+ | |||
+ | * Check out this footnote ((Here is the content of the footnote)). | ||
+ | |||
+ | Tables: | ||
+ | |||
+ | ^ Col 1 ^ Col 2 ^ Col 3 ^ | ||
+ | | | ||
+ | |||
+ | And after the table. | ||
+ |