This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| programs:dokuwiki [2026/05/11 16:20] – created - external edit 127.0.0.1 | programs:dokuwiki [2026/05/27 21:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # Dokuwiki | # Dokuwiki | ||
| Lightweight no database php wiki | Lightweight no database php wiki | ||
| + | |||
| + | |||
| + | # Syntax | ||
| + | Pages are automatically treated as markdown with the commonmark plugin. | ||
| + | |||
| + | There is some special dokuwiki syntax. | ||
| + | |||
| + | ## Notes (plugin) | ||
| + | < | ||
| + | This is a warning note. | ||
| + | </ | ||
| + | |||
| + | <note important> | ||
| + | This is a more important informational note. | ||
| + | </ | ||
| + | |||
| + | <note tip> | ||
| + | This is a tip-like note. | ||
| + | </ | ||
| + | |||
| + | <note warning> | ||
| + | This is a tip-like note. | ||
| + | </ | ||