terra-markdown

v2.21.0
React component to display the content of markdown files.
Cerner Terra terra-markdown Markdown UI

compile

npm run compile:clean && npm run compile:build

compile:clean

rm -rf lib

compile:build

babel src --out-dir lib --copy-files

lint

npm run lint:js && npm run lint:scss

lint:js

eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

lint:scss

stylelint src/**/*.scss

test

npm run test:jest

test:jest

jest --config ../../jestconfig.js

Metadata

Downloads