sold icon indicating copy to clipboard operation
sold copied to clipboard

Add more coverage for array markdownExtensions

Open ximet opened this issue 6 years ago • 4 comments

In a previous issue #10 , you added fix with the array markdownExtensions, but you didn't add full coverage:

Markdown Extensions:

.markdown .mdown .mkdn .md .mkd .mdwn .mdtxt .mdtext .text .Rmd

Examples of extension usage:

GitHub: markdown, mdown, mkdn, mkd, md (source)

Elements: Markdown Editor: markdown, mdown, mdwn, md

Vim markdown: markdown, mdown, mkdn, mdwn, mkd, md

Bitbucket: markdown, mdown, mkdn, mkd, md, text (source)

R Studio: Rmd

ximet avatar Mar 12 '18 07:03 ximet

Sold uses the same ones as GitHub in order to encourage a smaller set of extensions to be used consistently.

const markdownExtensions = ["markdown", "mdown", "mkdn", "mkd", "md"];

I think that's fine as those are the most popular extensions as well.

kbrsh avatar Mar 12 '18 14:03 kbrsh

I do not agree with you.

ximet avatar Mar 12 '18 14:03 ximet

I'm curious—what extension do you use?🤔

kbrsh avatar Mar 13 '18 02:03 kbrsh

I use: mdwn and mdtext in my some projects

ximet avatar Mar 13 '18 06:03 ximet