tmori3y2
tmori3y2
I sometimes use @import directive to separate large documents into sections. main.md ~~~md # document title {ignore=true} # Overview {ignore=true} [TOC] @import "./section_1.md" @import "./section_2.md" @import "./section_3.md" ~~~ section_1.md ~~~md...
I also encountered this issue. The related issue is shd101wyy/vscode-markdown-preview-enhanced#281. Looking at this, front matter seems to work even with BOM in vscode, but Atom does not work. Why utf-8-bom...
Related issue: https://github.com/vega/vega/issues/1289#issuecomment-538179411 I made a demo comparing Tex and MathML's JsonML notation. https://observablehq.com/@tmori3y2/jsonml-notation-of-mathml-by-katex Both notations can be converted to svg with MathJax. However, MathJax's toMML is not working on...
> However, MathJax's toMML is not working on observable, so I made MathML with Katex. (But Katex does not support MathML input...) > I misunderstood that Katex outputs SVG, but...
- install [nodejs](https://nodejs.org) if necessary. - npm install puppeteer -g
- install [nodejs](https://nodejs.org) if necessary. - npm install puppeteer -g