dbankier / vscode-instant-markdown

vscode extension for instant markdown previews
53 stars 23 forks source link

[Feature Request] Ability to switch flavor of Markdown #42

Open Kachilero opened 6 years ago

Kachilero commented 6 years ago

Description

Add setting to switch between flavors of Markdown - ie Github, plain, custom

Motivation

Different Markdown flavors have slightly different ways of handling things like linking within the document. For example, Github flavored in-document linking doesn't currently work. It opens a new "page" instead of scrolling to the anchor position on the page. Also, as someone who is a designer, I would like to be able to use my own CSS for the output.

gmccullo commented 5 years ago

Line breaks are handled differently in different flavos too.

+1 to custom CSS.

MAHDTech commented 3 years ago

+1 for GitHub flavored markdown.

Possibly some insight can be gained from here