diff options
| author | default <nobody@localhost> | 2025-03-17 08:27:38 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-03-17 08:27:38 +0100 |
| commit | dd318eb6b26b6ca7eccca5bb6377058a87d60f1d (patch) | |
| tree | 4a8c2672774122c2dcc4193858f831d1ecc2412b /doc | |
| parent | b5f0b4ba2d45165cc2a70ac5d35d545cb039749d (diff) | |
Reverted the usage of _ for italics (they are causing problems).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.5 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ A special subset of Markdown is allowed, including: .It bold **text between two pairs of asterisks** .It italic -*text between a pair of asterisks* or _between a pair of underscores_ +*text between a pair of asterisks* .It strikethrough text ~~text between a pair of tildes~~ .It underlined text |