dart-pad
dart-pad copied to clipboard
Add UI for notes, warnings, and tips
Workshops often need to tell the user to take an action:
It could be helpful to add some special syntax for this:
We could add some special CSS classes, and authors could add some HTML to their markdown files:
<div class="dartpad-workshop-note">
Note goes _here_.
</div>