@microsoft/fast-markdown-msft-react

v4.1.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=2

unit-tests:watch

jest --watch && npm-watch

watch

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

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 4/26/2019

Downloads