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
<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>
The text was updated successfully, but these errors were encountered:
Depends on #65
This:
Should become this:
The text was updated successfully, but these errors were encountered: