cognitive-engineering-lab / mdbook-quiz

Interactive quizzes for Markdown
http://cel.cs.brown.edu/mdbook-quiz/
Apache License 2.0
106 stars 23 forks source link

quiz doesn't show up when we put a code block at the end of the file #13

Closed Tudyx closed 1 year ago

Tudyx commented 1 year ago

Thanks for your work. I've noticed that the quiz doesn't show up when we put a code block at the end of the file (with no blanket line after).

For instance, if we add this line to chapter_1.md of the example of this repository:

println("hello world");

I can't show the full content of the file because it won't display well on this issue, but you can find a repository that reproduces the bug here.

willcrichton commented 1 year ago

Thanks for the report. This will be fixed in the 0.2.4 minor release.