jakov / js-pandoc

Pandoc compatible Javascript markdown syntax parser

Home Page:http://jakov.github.com/js-pandoc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-pandoc

ver 1.0
based on PHP Markdown Extra 1.01
originally developed by boumankan

What's this?

js-pandoc is a experimental JapaScript 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 Pandoc function.

	//example :
	var html = Pandoc( 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. Please stand by to kill your browser process. I prefer to use it under dual core CPU.

Known issues

  • Emphasis or strong syntax may have a bug.
  • Possible to freeze when incomplete syntax.
  • Bracket nesting more than twice for link is unsupported. (is as standard spec)

Copyright

License

This software is based on BSD license.

Free for modification, redistribution and embedding if copyright included.

Agreement

We shall not be liable for any damages caused by this software.

About

Pandoc compatible Javascript markdown syntax parser

http://jakov.github.com/js-pandoc/


Languages

Language:JavaScript 100.0%