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

Add setting to allow HTML #10

Closed yhatt closed 5 years ago

yhatt commented 5 years ago

It is good to be togglable enable or disable HTML as a configuration of extension. It would work as same as --html option in Marp CLI.

Feedbacked to https://github.com/marp-team/marp-vscode/issues/4#issuecomment-468853244.

yhatt commented 5 years ago

An updated VS Code 1.32 is no longer required reload when installing Marp for VS Code. But internally, it means that adding toggleable settings based on an unique Marp instance become be harder.

I have to re-think a logic to toggle HTML by setting, and Marp Core may require update.

yhatt commented 5 years ago

Shipped with v0.0.6 🚢

eric-burel commented 4 years ago

That's a great feature, could you add a line about this option in the Readme? It's very hard to find doc about HTML support in Markdown, either in Marp or with other tools. It's usually supported but it's not always obvious, I had to dig until I found this issue.

Or maybe the fact that HTML is supported should be specified in Marpit doc directly?

yhatt commented 4 years ago

You're right. Inspite of my fault, I got tired to response troubles caused by missed writing this documentation.

Continue in #98.