questions.json is not built correctly when a question is missing a section
ChrisAtMakeGoodTech opened this issue · 1 comments
ChrisAtMakeGoodTech commented
Currently, there are two questions where the markdown file is missing a Good to Hear section. extract.js doesn't handle this correctly and ends up reinserting most of the question under the Good to Hear section (which should be blank). This is observable in README.md and on the Web site.
Bugged questions:
How to write comments in React?
What is the difference between '+' and '~' sibling selectors?
ChrisAtMakeGoodTech commented
Added a pull request to fix this.