terra-markdown

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

compile

babel --root-mode upward 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

precompile

rm -rf lib

test

npm run lint && npm run jest && npm run wdio

jest

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

wdio-default

cd ../.. && npx wdio

wdio-lowlight

cd ../.. && THEME=clinical-lowlight-theme npx wdio

wdio-fusion

cd ../.. && THEME=orion-fusion-theme npx wdio

wdio

npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion

Metadata

Downloads