dart-pad icon indicating copy to clipboard operation
dart-pad copied to clipboard

Add UI for notes, warnings, and tips

Open johnpryan opened this issue 3 years ago • 0 comments

Workshops often need to tell the user to take an action:

Screen Shot 2022-01-25 at 11 07 11 AM

It could be helpful to add some special syntax for this:

Screen Shot 2022-01-25 at 11 06 44 AM Screen Shot 2022-01-25 at 11 08 19 AM

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>

johnpryan avatar Jan 25 '22 19:01 johnpryan