cognitive-engineering-lab / mdbook-quiz

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

Provid more context when error is thrown #8

Closed Tudyx closed 1 year ago

Tudyx commented 1 year ago

I'm trying to use the quizz inside my mdbook but sadly I'm panicking at this line:

https://github.com/willcrichton/mdbook-quiz/blob/main/src/processor.rs#L207

I think maybe we could have some context to the error, for instance the variable chapter to make it easier to debug.

Tudyx commented 1 year ago

I propose a solution for my problem here https://github.com/willcrichton/mdbook-quiz/pull/10

willcrichton commented 1 year ago

Closed by #10.