@microsoft/fast-markdown-msft-react
TypeScript icon, indicating that this package has built-in type declarations

4.1.78 • Public • Published

This project is no longer under active development

FAST Markdown MSFT React

This is a plugin for markdown-it and will convert markdown to strings which correspond to MSFT styled React components from the @microsoft/fast-components-react-msft.

Installation

npm i --save @microsoft/fast-markdown-msft-react

Usage

import MarkdownIt from "markdown-it";
import FASTMarkdownIt from "@microsoft/fast-markdown-msft-react";

const md = new MarkdownIt({
    html: true,
    linkify: true,
    typographer: true,
    xhtmlOut: true
});

md.use(FASTMarkdownIt);

const markdown = "https://microsoft.com";

md.render(markdown);

Readme

Keywords

none

Package Sidebar

Install

npm i @microsoft/fast-markdown-msft-react

Weekly Downloads

2

Version

4.1.78

License

MIT

Unpacked Size

119 kB

Total Files

27

Last publish

Collaborators

  • microsoft1es
  • fastsvc
  • chrisdholt
  • awentzel
  • janechu
  • fluentweb
  • nirice