revdep/library/silicate/highr/doc/highr-custom.R

## ------------------------------------------------------------------------
library(highr)
highr:::cmd_latex

## ------------------------------------------------------------------------
m = highr:::cmd_latex
m[, 1] = sub('\\hl', '\\my', m[, 1], fixed = TRUE)
head(m)

## ------------------------------------------------------------------------
hilight("x = 1+1  # a comment")  # default markup
hilight("x = 1+1  # a comment", markup = m)  # custom markup
mdsumner/gibble documentation built on May 25, 2020, 10:31 a.m.