Skip to content

Releases: startrekdude/taoquiz

Release 1.1.3

21 Mar 06:47
Compare
Choose a tag to compare
  • Allow HTML in answers, not just questions.
  • Bugfix: correctly process multiple-choice questions with only one answer.

Release 1.1.2

14 Jan 02:16
Compare
Choose a tag to compare

Just some small quality of life changes.

  • Only run the auto-sticky algorithm if math processing is enabled.
  • Don't ever wrap $$.

Release 1.1.1

10 Jan 07:19
Compare
Choose a tag to compare
  • Now correctly handles an escaped "$" within math mode
  • New option for questions: raw="raw", disables additional processing of question/answer text; required to correctly handle $\text{$$}$-like constructions

Release 1.1

10 Jan 06:45
Compare
Choose a tag to compare
  • Complete support for mobile and otherwise horizontally-constrained devices
  • Discourages line breaks between inline math elements and adjacent runs
  • Can now read .quiz files from standard in; pass "-" as the file name

Release 1.0

05 Jan 02:55
Compare
Choose a tag to compare
  • Initial release