Skip to content

Commit

Permalink
Update en/references/exercise-description/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Mesuere <[email protected]>
  • Loading branch information
BTWS2 and bmesuere authored Jan 22, 2024
1 parent 1989f75 commit 58fed52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/references/exercise-description/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Using Markdown, Dodona can automatically add syntax highlighting if you provide
let a = 5;
let b = 42;
```
Syntax highlighting for the Python doctest format can be obtained this way:
Python doctests aren't properly highlighted by default. As a workaround, you can set the language to `console?lang=python&prompt=>>>`:

```console?lang=python&prompt=>>>
>>> echo("Hello world!")
Expand Down

0 comments on commit 58fed52

Please sign in to comment.