Skip to content

Commit e8289fb

Browse files
committed
Fix markdown-lint
1 parent e053371 commit e8289fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-13-code-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ without extra configuration. To use the plugin, you need to
3535
[add some options to your IDE's Java runtime](https://www.jetbrains.com/help/idea/tuning-the-ide.html#procedure-jvm-options).
3636
To do that, go to `Help→Edit Custom VM Options...` and paste in these lines:
3737

38-
```
38+
```text
3939
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
4040
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
4141
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED

0 commit comments

Comments
 (0)