rishighan / remarkable

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins are also available.

Home Page:https://jonschlinkert.github.io/remarkable/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remarkable

This is a fork of the original remarkable project, with some modifications to the footnote rules. The intent is to generate footnote markup that looks like:

<!-- Links -->
<p>
    <sup id="fnref:1">
        <a href="#fn:1" rel="footnote">1</a>
    </sup>
</p>

<!-- Footnote List -->
<div class="footnotes">
    <ol>
        <li class="footnote" id="fn:1">
            <p>footnote. <a href="#fnref:1" title="return to article"></a><p>
        </li>
    </ol>
</div>

With this, you can use the excellent littlefoot library to generate in-place, mobile-friendly footnotes.

You can install this using bower install https://github.com/rishighan/remarkable

About

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins are also available.

https://jonschlinkert.github.io/remarkable/demo/

License:MIT License


Languages

Language:JavaScript 98.9%Language:Makefile 1.1%