marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode
MIT License
1.58k stars 75 forks source link

How can I use a markdown extension in vscode preview? #85

Closed Inujel closed 5 years ago

Inujel commented 5 years ago

I'm trying to use markdown-it-plantuml.

I got it to work with marp/cli with a marp.config.js file, but it seems to be ignored when rendering the preview.

yhatt commented 5 years ago

Currently Marp Markdown engine cannot extend in marp-vscode. A customized engine is a feature only in Marp CLI.

Markdown preview extensions for VS Code were supported in super-early version of Marp for VS Code (v0.0.x). But we canceled it because brought some race conditions (#9). I feel it's difficult to restore extensibility by thinking about the effects of extension performance and reproducibility of the preview.

Inujel commented 5 years ago

Alright!