We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reveal.js
我正在使用Markdown Preview Enhanced插件的幻灯片功能来制作幻灯片,我在幻灯片中需要插入vega-lite图表来展示数据,但是原本在markdown文档中可以正常显示的vega-lite图表跑到幻灯片里的时候就不能正常显示了。
vega-lite
markdown
当我从外部导入一个.json文件作为vega-lite图表的数据时,相应的位置出现了如下错误信息:
.json
SyntaxError: Unexpected number in JSON at position 3
而这个图表在普通的markdown文档中预览是完全没有问题的。下面两幅图分别是在reveal.js中和普通markdown文档中的效果
The text was updated successfully, but these errors were encountered:
应该已经修复了
Sorry, something went wrong.
shd101wyy
No branches or pull requests
我正在使用Markdown Preview Enhanced插件的幻灯片功能来制作幻灯片,我在幻灯片中需要插入
vega-lite
图表来展示数据,但是原本在markdown
文档中可以正常显示的vega-lite
图表跑到幻灯片里的时候就不能正常显示了。当我从外部导入一个
.json
文件作为vega-lite
图表的数据时,相应的位置出现了如下错误信息:而这个图表在普通的markdown文档中预览是完全没有问题的。下面两幅图分别是在
reveal.js
中和普通markdown文档中的效果The text was updated successfully, but these errors were encountered: