OptionallanguageThe language of the supplied code to highlight. Defaults to tsx if no
filename is provided, or else tries to infer the language from the
filename. You must have previously called loadLanguages([...]) from
PrismJS in order to highlight a given language, if you want something
that is not automatically included when tsx and typescript are
included.
OptionallineWhether or not to prepend a line number to each line.
OptionalmaxThe maximum width to make the block on the screen.
OptionalminThe minimum width to make the block on the screen.
OptionalpaddingHow many spaces to horizontally pad the code block.
OptionalthemeThe theme to use. Either a Theme object, or a string identifying one of the built-in themes.
Options for the highlighting functions