import { Token } from "https://deno.land/x/frugal@0.5.0/docs/dep/prism.ts";
Converts the given token or token stream to an HTML representation.
The following hooks will be run:
wrap
: On each Prism.Token.
Parameters
token: TokenStream
The token or token stream to be converted.
optional
parent: Array<string | Token>