Skip to content

Commit d22df55

Browse files
outloudvicmouse
authored andcommitted
docs: fix vertical bar symbol breaking Markdown table
1 parent c19076a commit d22df55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/config/mail_location.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ See [[variable]] for a full list, but the most commonly used ones are:
2828
| Variable | Description |
2929
| -------- | ----------- |
3030
| `%{user}` | Full username. |
31-
| `%{user | username}` | User part in `user@domain`; same as `%{user}` if there's no domain. |
32-
| `%{user | domain}` | Domain part in `user@domain`; empty if there's no domain. |
31+
| `%{user \| username}` | User part in `user@domain`; same as `%{user}` if there's no domain. |
32+
| `%{user \| domain}` | Domain part in `user@domain`; empty if there's no domain. |
3333

3434
### Directory Hashing
3535

0 commit comments

Comments
 (0)