Socket
Socket
Sign inDemoInstall

markitup

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    markitup

A framework agnostic Javascript library that add powerful new features to standard textareas


Version published
Weekly downloads
74
decreased by-14.94%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 05 Dec 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc