14 lines
471 B
R
Raw Normal View History

2025-01-12 00:52:51 +08:00
## -----------------------------------------------------------------------------
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