LibraryCarpentry / lc-data-intro

Library Carpentry: Introduction to Working with Data (Regular Expressions)
https://librarycarpentry.org/lc-data-intro/
Other
29 stars 84 forks source link

Hide hints in dropdown to give people a chance to solve the challenge without them #200

Open ostephens opened 1 year ago

ostephens commented 1 year ago

Suggested by @ldko in #196 : In challenges where there are hints, would it be better to do them as dropdowns to give people a chance to solve the challenge without them e.g.:

> > ## Hint
> > The `.` is also a metacharacter, so you will have to use the escape `\`
> > to express a literal period.