Skip to content

Commit 92b1b64

Browse files
authored
Add markdown interpreting directive to <details>
1 parent ffe95a9 commit 92b1b64

File tree

1 file changed

+1
-1
lines changed
  • docs/mscs/adjusting-world-server-properties

1 file changed

+1
-1
lines changed

docs/mscs/adjusting-world-server-properties/forge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ sed -i "s|\"\$@|--nogui &|g" run.sh
112112
sed -i "s|libraries|$(pwd)/libraries|g" libraries/net/minecraftforge/forge/*/unix_args.txt
113113
```
114114

115-
<details>
115+
<details markdown='span'>
116116
<summary>Explanation of the sed commands</summary>
117117

118118
`sed -i "\|@[^\"]|s|@|@$(pwd)/|" run.sh`: This matches all occurences of `@` that aren't followed by `"` and adds the current directory followed by a / to it (or rather, replaces the `@` with an `@` followed by the current directory).

0 commit comments

Comments
 (0)