Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:syntax [2024/08/05 06:28] – created - external edit 127.0.0.1 | wiki:syntax [2025/05/12 01:31] (current) – remove s and ins from inline markup shanes | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Basic Text Formatting ===== | ===== Basic Text Formatting ===== | ||
- | DokuWiki | + | The wiki supports |
+ | by wrapping text with markup: | ||
- | DokuWiki supports | + | ^ Style ^ Markup |
- | | + | | Bold | '' |
+ | | Italic | ||
+ | | Underline | ||
+ | | Superscript | ||
+ | | Subscript | ||
+ | | Strikethrough | ||
+ | | Code | '' | ||
+ | | Variable | ||
+ | | Keyboard Input | '' | ||
+ | | Sample Output | ||
+ | | Abbreviation | ||
+ | | Definition | ||
+ | | Highlight | ||
- | You can use < | + | You can also combine styles by nesting their markup. For example, '' |
- | You can use < | + | ===== Paragraph Breaks ===== |
- | You can mark something as <del>deleted</del> as well. | + | <dfn>Paragraphs</dfn> are created from blank lines. If you want to force a line break without a paragraph break, you can use two backslashes followed by a whitespace or the end of line. |
- | You can mark something as < | + | This is some text with some linebreaks.\\ Note that the |
- | + | ||
- | **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. | + | |
- | + | ||
- | This is some text with some linebreaks\\ Note that the | + | |
two backslashes are only recognized at the end of a line\\ | two backslashes are only recognized at the end of a line\\ | ||
- | or followed by\\ a whitespace \\this happens without it. | + | or followed by\\ a whitespace: \\this happens without it. |
- | This is some text with some linebreaks\\ Note that the | + | This is some text with some linebreaks.\\ Note that the |
two backslashes are only recognized at the end of a line\\ | two backslashes are only recognized at the end of a line\\ | ||
- | or followed by\\ a whitespace \\this happens without it. | + | or followed by\\ a whitespace: \\this happens without it. |
- | You should use forced | + | You should use forced |
===== Links ===== | ===== Links ===== |