md renderer for description view.

This commit is contained in:
Peng Lyu
2018-05-23 10:37:16 -07:00
parent 1c93c7744a
commit 1281febbe2
6 changed files with 8683 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
const MarkdownIt = require('markdown-it');
const md = MarkdownIt();
export default md;