evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Build issue with return in comment #122

Closed XhmikosR closed 11 years ago

XhmikosR commented 11 years ago

There's something wrong with the regexp in build_markdown.js

// Include all our dependencies and return the resulting library.

results in the following

// Include all our dependencies and;

Not sure if there are more cases like this.

ashb commented 11 years ago

Huh - I noticed that 'and;' but didn't track it back to the source.

@eviltrout - could you take a look at this?