Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
58 stars 5 forks source link

Extended markdown support: Admonitions #125

Open suragch opened 1 month ago

suragch commented 1 month ago

Docusaurus has a nice markdown addition called Admonitions. Here is an example:

:::tip

Some **content** with _Markdown_ `syntax`. Check [this `api`](#).

:::

Depending on the Admonition type, they have a different color and icon. Here is what that looks like in Docusaurus:

Screenshot 2024-05-24 at 15 19 50

This would also be nice to have in Static Shock, perhaps in the blog template.

Related issue: #119