You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
469 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/xmlview.R
\name{highlight_styles}
\alias{highlight_styles}
\title{List available HTML/XML highlight styles}
\usage{
highlight_styles()
}
\description{
Returns a character vector of available style sheets to use when displaying
an XML document.
}
\examples{
highlight_styles()
}
\references{
See \url{https://highlightjs.org/static/demo/} for a demo of all
highlight.js styles
}