mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-12-05 00:00:34 +00:00
This commit is contained in:
parent
c95658320c
commit
d26393d8c9
@ -71,7 +71,7 @@ This does more or less the same thing, but more manually:
|
|||||||
|
|
||||||
```crystal
|
```crystal
|
||||||
lexer = Tartrazine.lexer("crystal")
|
lexer = Tartrazine.lexer("crystal")
|
||||||
formatter = Tartrazine::Html.new (
|
formatter = Tartrazine::Html.new(
|
||||||
theme: Tartrazine.theme("catppuccin-macchiato"),
|
theme: Tartrazine.theme("catppuccin-macchiato"),
|
||||||
line_numbers: true,
|
line_numbers: true,
|
||||||
standalone: true,
|
standalone: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user