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

@danestves/markdown

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danestves/markdown

@dan_estves markdown parser

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm versionBuild Status

This is forked from Platzi Flavored Markdown

Features added:

Original Documentation

This version of Markdown support the usual Github Flavored Markdown and Youtube videos, emojis, figure wrapping images, <mark /> tags, underlines, abbr, highlightjs and definition lists.

How use it

Install it with npm.

npm i @danestves/markdown

yarn add @danestves/markdown

Import it in your project.

import createParser from '@danestves/markdown';

And the use it.

const parser = createParser();

const html = parser(`**this is my text in bold**`);

Contribute

  • Fork the project.

  • Modify index.js.

  • Run tests npm t.

  • Fix problems (or the test).

Example Markdown

![dan_estves](https://www.danielestves.com/static/media/favicons/favicon-32x32.png)

\*[HTML]: Hyper Text Markup Language

\*[W3C]: World Wide Web Consortium

# Heading 1

Lorem **ipsum** dolor _sit_ ++amet++ :D.

The HTML ==specification== is maintained by the W3C.

- item 1

- item 2

- item 3

Term 1

~ Definition 1

Term 2

~ Definition 2a

~ Definition 2b

@[youtube](ajLJOhf-WdA)

Keywords

FAQs

Package last updated on 29 Mar 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc