DockYard-Academy / curriculum

MIT License
945 stars 245 forks source link

Support Admonition Blocks #1052

Open BrooklinJazz opened 10 months ago

BrooklinJazz commented 10 months ago

Support the following syntax in Livebook to create an admonition block:

> #### Error {: .error}
>
> This syntax will render an error block

A few options for implementation:

  1. Ask Livebook nicely to implement it on their side (or let us do it)
  2. Write a mix task that finds these blocks in notebooks and replaces them with an HTML styled equivalent.