Drop Prism, it doesn't work, so just don't use it
This commit is contained in:
parent
5366422ea7
commit
ded7d47e1e
8 changed files with 20 additions and 20 deletions
|
@ -3,7 +3,7 @@ Title: Toggles
|
|||
Type: Document
|
||||
---
|
||||
|
||||
import {Prism} from "@astrojs/prism"
|
||||
import {Code} from "astro:components"
|
||||
import {Zorn} from "@minpluto/zorn"
|
||||
|
||||
Zorn has plent of controls to show, some are enabled or disabled by default with their toggle option.
|
||||
|
@ -12,4 +12,4 @@ Zorn has plent of controls to show, some are enabled or disabled by default with
|
|||
|
||||
By default, these buttons are hidden. If you want to show them, just add the `ShowBackAndForward` option:
|
||||
|
||||
<Prism lang="jsx" code={`<Zorn ShowBackAndForward/>`}/>
|
||||
<Code lang="jsx" code={`<Zorn ShowBackAndForward/>`}/>
|
Loading…
Add table
Add a link
Reference in a new issue