mitxpro-dev / learnjs

Learn JS
https://mitxpro-dev.github.io/learnjs/
MIT License
1 stars 2 forks source link

Feat: Markdown #28

Closed HudsonGraeme closed 1 year ago

HudsonGraeme commented 1 year ago
Resolves #21 # Description Issue: #21 - [x] Adds fully custom `react-markdown` integration - [x] Demo display available at `/challenges/:any_number` ex https://mitxpro-dev.github.io/learnjs/challenges/1 - [x] Added a `Box` with `h={12}` below the navigation bar to push UI elements down past the navbar (since it is fixed, the navbar would overlap content) # Screenshots
Click here for screenshots image
# Notes Styled components as I saw fit, but very open to making any improvements / changes :)
HudsonGraeme commented 1 year ago

Thanks @codeTrackLift!!