https://github.com/venryx/react-vmarkdown
Markdown editor built using ReactJS.
https://github.com/venryx/react-vmarkdown
Last synced: over 1 year ago
JSON representation
Markdown editor built using ReactJS.
- Host: GitHub
- URL: https://github.com/venryx/react-vmarkdown
- Owner: Venryx
- License: mit
- Created: 2018-04-12T19:01:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T10:27:13.000Z (about 3 years ago)
- Last Synced: 2025-04-02T05:35:05.401Z (over 1 year ago)
- Language: TypeScript
- Size: 282 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React VMarkdown
Markdown editor built using ReactJS.
### Installation
```
npm install react-vmarkdown --save-exact
```
The `--save-exact` flag is recommended, since this package uses [Explicit Versioning](https://medium.com/sapioit/why-having-3-numbers-in-the-version-name-is-bad-92fc1f6bc73c) (`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 "`^`")