New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

habitica-markdown

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

habitica-markdown - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "habitica-markdown",
"version": "1.0.0",
"version": "1.0.1",
"description": "A markdown-it module pre-configured for use in Habitica",

@@ -5,0 +5,0 @@ "main": "index.js",

# habitica-markdown
A markdown-it module pre-configured for use in Habitica
## Usage
```bash
npm install habitica-markdown --save
bower install habitica-markdown --save
```
In Node with browserify/webpack/etc:
```js
var md = require('habitica-markdowm');
md.render('_markdown_ is **awesome**');
```
In a browser with script tag
```
var md = window.habiticaMarkdown;
md.render('_markdown_ is **awesome**');
```
## Pre-configured Settings and Plugins
Habitica Markdown comes pre-configured with
* Raw urls get converted to links with the [linkify setting set to true](https://github.com/markdown-it/markdown-it/#linkify)
* Links open in new windows with [markdown-it-link-target](https://www.npmjs.com/package/markdown-it-link-target)
* Images automatically turn into links with [markdown-it-linkify-images](https://www.npmjs.com/package/markdown-it-linkify-images)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc