You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2025. It is now read-only.
<Practice>
<Requirement>you need X</requirement>
Hey, this is some _text_
<Requirement>you need Y</requirement>
<Hint>do the thing</Hint>
<Hint>do the other thing</Hint>
<Description>The description</Description>
<Note>blah, a note</Note>
</Pratice>
<Practice>
Another practice
</Practice>
Should become this:
<divclass="practices-wrapper"><sectionclass="practice"><pclass="practice-description">
The description
</p><ulclass="requirements"><li>You need X</li><li>You need Y</li></ul><p>Hey, this is some text</p><divclass="note">blah, a note</div><ulclass="hints"><li>Do the thing</li><li>Do the other thing</li></ul></section><sectionclass="practice"><p>Another practice</p></section></div>