evilstreak / markdown-js

A Markdown parser for javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lib/markdown.js not working in browser - saying undefined exports is not defined

SeunMatt opened this issue · comments

Hello I try to include the js file into my page like this

<script src="js/markdown.js"></script>

And am getting the error in my debug console that exports is not defined

It sounds like you are using the wrong file -- you'll need to download the browser specific release from https://github.com/evilstreak/markdown-js/releases and use that.