vscode-instant-markdown icon indicating copy to clipboard operation
vscode-instant-markdown copied to clipboard

[Feature Request] Ability to switch flavor of Markdown

Open Kachilero opened this issue 7 years ago • 2 comments

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.

Kachilero avatar Mar 07 '18 12:03 Kachilero

Line breaks are handled differently in different flavos too.

+1 to custom CSS.

gmccullo avatar Sep 09 '19 08:09 gmccullo

+1 for GitHub flavored markdown.

Possibly some insight can be gained from here

MAHDTech avatar Feb 24 '21 02:02 MAHDTech