FrontEndFoxes / curriculum

Our workshop curriculum
https://frontendfoxes.github.io/curriculum/
MIT License
57 stars 76 forks source link

Bug - tag in markdown file needs to be formatted as code #181

Closed artikgupta closed 4 years ago

artikgupta commented 4 years ago

Context

In the mini6.md file there is a <HelloWorld> tag that wasn't in backticks and was throwing a warning (in the dev console) when I ran yarn dev.

Expected Behavior

The site should run without warnings.

Acceptance criteria The <Hello World> should be written within backticks.

Steps to recreate the issue (for bugs)

If the issue is a bug, please describe the steps needed to reproduce it. (Remove this part of the template is this issue is not a bug)

  1. Run yarn dev
  2. In the browser, open the inspector and click into the dev console.
  3. See the warning about <Hello World> tag.

Screenshots

If you have screenshots, please include them here.

Additional information

Here, you can provide any additional information or documentation you have.