@microsoft/fast-markdown-msft-react

v2.2.1
Converter for markdown files to JSX as a string which can be embedded in a site

build

tsc -p ./tsconfig.json

clean:dist

node ../../build/clean.js dist

prepare

npm run clean:dist && npm run build

test

npm run tslint && npm run unit-tests

tslint

tslint -c tslint.json '**/*.ts{,x}'

tslint:fix

tslint -c tslint.json '**/*.ts{,x}' --fix

unit-tests

jest --maxWorkers=4

unit-tests:watch

jest --watch && npm-watch

watch

npm run build -- -w --preserveWatchOutput
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 9/14/2018

Downloads