Skip to content

Commit 8f02363

Browse files
committed
fixed <home> not rendering
1 parent 9266631 commit 8f02363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ overwrite any pragmas present in the script.
547547
ls /tmp/t*
548548
```
549549
550-
??? abstract "Create a file containing 'My home directory <home> is available using $HOME'."
550+
??? abstract "Create a file containing 'My home directory [home] is available using $HOME'."
551551
```bash
552552
echo "My home directory $HOME is available using \$HOME" > home_info.txt
553553
```

0 commit comments

Comments
 (0)