We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let g:previm_extra_libraries = [ \ { \ 'name': 'plotly', \ 'files': [ \ { \ 'type': 'js', \ 'path': '_/js/extra/plotly.min.js', \ 'url': 'https://cdn.plot.ly/plotly-2.12.1.min.js', \ 'code': [ \ 'document.querySelectorAll(''pre code.language-plotlyjs'').forEach(elem => {', \ ' const div = document.createElement(''div'')', \ ' Plotly.newPlot(div, JSON.parse(elem.innerText))', \ ' elem.parentNode.replaceWith(div)', \ '})' \ ], \ }, \ ], \ }, \]
There was an error while loading. Please reload this page.