PsyTeachR / webex

RMarkdown tools for creating self-guided web exercises
https://psyteachr.github.io/webex/
Other
55 stars 3 forks source link

div class 'solution' + button conflicts with latest version of bookdown 0.21 #12

Closed dalejbarr closed 3 years ago

dalejbarr commented 3 years ago

as noted by @debruine here

webex's hide() outputs a div with class 'solution' that contains a button. This class of div now receives special handling by the Lua filter.

possible solution: change the div class from solution to something more specific like webex-solution

debruine commented 3 years ago

Changed to webex-solution (all other custom classes also changed similarity)