In the [Part 2, Module 01, Exercise 5], there is a command dotnet --version used throughout the text, but it is not enclosed in the backticks due to which, it would be hard for the student to copy which exactly is the command, and which is normal text.
Describe the bug
In the [Part 2, Module 01, Exercise 5], there is a command
dotnet --version
used throughout the text, but it is not enclosed in the backticks due to which, it would be hard for the student to copy which exactly is the command, and which is normal text.To Reproduce
Steps to reproduce the behavior:
dotnet --version
in the whole text (occurred 3 times), using theCtrl-F
command on Windows.Expected behavior
It should be formatted with backticks
dotnet --version
instead of just dotnet --version🎓Student Ambassador