@microsoft/fast-markdown-msft-react

v3.0.4
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

prettier

prettier --config ../../.prettierrc --write '**/*.{ts,tsx}'

prettier:diff

prettier --config ../../.prettierrc '**/*.{ts,tsx}' --list-different

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 11/5/2018

Downloads