nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

[docs] support + use markdown alerts

Open MattSturgeon opened this issue 1 year ago • 0 comments

GitHub has support for various markdown alerts, using a similar syntax to block quotes.

[!TIP] This is a tip!

MDbook has a few CSS classes to do something similar, but having to insert html tags is not ideal.

This crate looks interesting: https://crates.io/crates/mdbook-alerts

MattSturgeon avatar Jul 01 '24 13:07 MattSturgeon