biome_markup 0.3.0

Macros to write text using a HTML-like syntax
Documentation
1
2
3
4
5
6
# `biome_markup`

The crate contains procedural macros to build `biome_console` markup object with a JSX-like syntax

The macro cannot be used alone as it generates code that requires supporting types declared in the
`biome_console` crate, so it's re-exported from there and should be used as `biome_console::markup`