Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Allow markdown in Marketplace to render as GitHub #53

Merged
merged 1 commit into from
Sep 29, 2016

Conversation

jeffyoung
Copy link
Contributor

Currently, the VS Marketplace doesn't render Markdown like GitHub does. As a result, the README.md renders differently (correctly) on GitHub than on the Visual Studio Marketplace (which adds embedded newlines). The property I'm including here should force the Marketplace to render Markdown just like GitHub.

From the feature team:
We have introduced a new property in manifest file of the extension. For VS Code extensions, you can add “markdown”: “standard” to package.json file of your extension and get rendering similar to that of GitHub. If you don’t add this property, then you will see current rendering behavior. If you are working on VSTS extension and want GitHub-like rendering, then you have to add "gitHubFlavoredMarkdown": "false" property to manifest file.

@jeffyoung jeffyoung merged commit 39e6102 into master Sep 29, 2016
@jeffyoung jeffyoung deleted the jeyou/markdown-standard branch October 24, 2016 15:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants