Tianle Liu

Results 30 comments of Tianle Liu

Yes indeed. `jmd` and `Rmd` have almost the same formats and renaming works. So do julia scripts and R spin scripts. But I can't find the support for R spin...

Another thing to mention is that `jmd` supports more syntax than `Rmd` like you don't need to wrap the cell header in `{}` and you can use `;` instead of...

I need this feature, too. All we want is the same behavior for R Markdown as the original Markdown (nothing more!) so that the shortcuts, math highlighting, preview, formatting, snippets,...

For those who fail to do the hack, check that the `editorLangId` for `.Rmd` files is defined as `rmd` rather than `rmarkdown` in VSCode-R.

Yeah. I think so. As far as I am concerned they defined a new language because the compiling command of `rsweave` is different from `latex`. But we don't need this...

Any update on this? I just checked the document of R Markdown. There are actually more features than I thought and much of them out of the scope of this...

Any update on this? If you associate Rmd files with markdown, then it will not recognize the executable R chunk, which is even worse because the R chunks rather than...

I have been using the workaround mentioned by the author [above](https://github.com/yzhang-gh/vscode-markdown/issues/618#issuecomment-841837155). The solution is perfect. There is no side effect. But I don't want to perform the trick every time...

Why not consider `pandoc`? It works well with bookmarks. Check out this [vscode-pandoc](https://marketplace.visualstudio.com/items?itemName=DougFinke.vscode-pandoc). Note that Typora uses `pandoc` to export to many formats including epub, rtf, LaTeX, docx, etc. but...

I see what you mean. They say nothing about what Typora uses for its PDF export on their website. Maybe can try [WeasyPrint](https://github.com/Kozea/WeasyPrint). This one works well with both bookmarks...