Socket
Socket
Sign inDemoInstall

js-markdown-extra

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-markdown-extra

PHP-Markdown-extra compatible Javascript markdown syntax parser


Version published
Maintainers
1
Created
Source

js-markdown-extra

ver 1.2.4 based on PHP Markdown Extra 1.2.5
originally developed by boumankan

What's this?

js-markdown-extra is a experimental JavaScript port of PHP Markdown Extra.

PHP Markdown Extra demo

I couldn't retain complete comaptibility because of difference between PHP's regular expression and JavaScript's one, but it can convert most of simple markdown text. perhaps.

Demo

You can try in your hand.

Demo page

How to use

Load this script in HTML and call Markdown function.

	//example :
	var html = Markdown( text );

Notice

It has possibility of entering infinite loop by some user input because I try to port PHP Markdown Extra with incompatible regular expression test.

Known issues

  • Emphasis or strong syntax may have a bug.
  • Possible to freeze when incomplete syntax.
  • Bracket nesting is unsupported.

License

This software is based on BSD license.

Free for modification, redistribution and embedding if copyright included.

Agreement

Shall we not be liable for any damages caused by this software.

Keywords

FAQs

Package last updated on 29 Apr 2014

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