Skip to content

v0.11.3

Compare
Choose a tag to compare
@gadenbuie gadenbuie released this 16 Mar 02:14
· 6 commits to c270e41767bdcfa27349b9a559c63d0c762d4fbc since this release
e0456c6
  • Fixed an issue that prevented authors from using symbols, such as T or a variable, as the value of the exercise chunk option, which caused tutorials with chunks with exercise = T to fail to render (thanks @cknotz #757, #758).

  • The embedded Ace editor used in learnr exercises now defaults to a tab width of 2, aligning with the Tidyverse style guide (#761).

  • learnr now pre-renders (in English) the feedback message it provides when non-ASCII characters are included in submitted unparsable R code. This makes the feedback useful even if learnr's in-browser translations aren't available (#765).