markitup
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/markitup package

3.0.0-0 • Public • Published

MarkItUp! Boost your textareas.

NPM version Bower version

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.

Screenshot

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';

Package Sidebar

Install

npm i markitup

Weekly Downloads

37

Version

3.0.0-0

License

MIT

Last publish

Collaborators

  • jaysalvat