microsoft / studentambassadors

This repository is for Microsoft Learn Student Ambassadors.
MIT License
130 stars 47 forks source link

Readability bug due to markdown in [Part 2, Module 01, Exercise 5] #92

Closed anshgoyalevil closed 1 year ago

anshgoyalevil commented 1 year ago

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:

  1. Go to this link
  2. Find the command dotnet --version in the whole text (occurred 3 times), using the Ctrl-F command on Windows.

Expected behavior

It should be formatted with backticks dotnet --version instead of just dotnet --version


🎓Student Ambassador


eric-camplin commented 1 year ago

@anshgoyalevil yep that's good feedback and now fixed on live site https://learn.microsoft.com/en-us/training/modules/install-configure-visual-studio-code/6-exercise-install-dotnet