3.0.0-0 • Published 9 years ago

markitup v3.0.0-0

Weekly downloads
358
License
MIT
Repository
github
Last release
9 years ago

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.

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

9 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

13 years ago

0.0.6

13 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago