Hi,
How does Sublime Syntax Highlighter work in mdpopups? The feature is discussed here but I can’t get it to work even though the language I am using is defined in the syntax file. Here is a quick example.
content = "## Title\n\nThis is my tooltop\n\n```r\nlibrary('car')\nsource(file.path(PATH, 'programs', 'utils.R'))\n```"
mdpopups.show_popup(view, content, md=True)