Closed AlbertLei closed 1 month ago
Fixed in xfun. Thanks for the report! You can install the development version via
remotes::install_github('yihui/xfun')
Or wait for an hour and
install.packages('xfun', repos = 'https://yihui.r-universe.dev')
Make sure packageVersion('') >= '0.48.5')
after installation.
litedown seems not parse latex strings inside parentheses. eg:
litedown output:
Would you consider changing the latex parsing rule to allow this? The previosu example is parsed "correctly" by pandoc and github (see below)