markitup
v3.0.0-0
Published
A framework agnostic Javascript library that add powerful new features to standard textareas
Downloads
294
Maintainers
Readme
MarkItUp! Boost your textareas.
MarkItUp! is a framework agnostic Javascript library that add powerful new features to standard textareas.
MarkItUp! is not meant to be a “Full-Features-Out-of-the-Box”-editor. Instead it is a customizable and flexible engine made to meet the developer's needs in their web-apps.
MarkItUp! is not a WYSIWYG editor, and it never will be.
Home: http://markitup.jaysalvat.com/
Documentation: http://markitup.jaysalvat.com/documentation/
Install
Download latest MarkItUp! version and include it to your page.
<link rel="stylesheet" href="/path/to/markitup/dist/markitup.min.css">
<script src="/path/to/markitup/dist/markitup.min.js"></script>
Bower install
bower install --save markitup
NPM install
npm install --save markitup
Yarn install
yarn add markitup
MarkItUp! 3.x is UMD and ES6/Webpack/Browserify friendly.
import markitup from 'markitup';