fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.53k stars 3.84k forks source link

Add missing underscore escapes in part 0b (all presently included languages) #3771

Closed zs-5 closed 1 month ago

zs-5 commented 1 month ago

Escaped all underscores ("_") in part 0b, fixing issues like

issue

to

fixed

And also fixed a typo

issue2

to

fixed2


In some cases, not escaping the underscore didn't result in any unwanted result, but it is still good practice to escape them.

Also, I have followed the contributing guidelines (though slight deviation: I already made my changes in the source branch, so I didn't create a new one).