1.0.4 • Published 2 years ago
react-vmarkdown v1.0.4
React VMarkdown
Markdown editor built using ReactJS.
Installation
npm install react-vmarkdown --save-exactThe --save-exact flag is recommended, since this package uses Explicit Versioning (Release.Breaking.FeatureOrFix) rather than SemVer (Breaking.Feature.Fix).
To let npm increment FeatureOrFix (recommended), prepend "~" to its version in package.json. (for Breaking, prepend "^")