dfreedm / jodoc-js

joDoc port to nodejs
http://joapp.com/#joDoc
Other
26 stars 9 forks source link

Fix for the strip_stars regex #2

Closed stvno closed 13 years ago

stvno commented 13 years ago

The problem with the regex was that / a special character is in javascript regex. As such you have to use \057 I tested it on my code and jodoc-js now gives the same output as joDoc

dfreedm commented 13 years ago

I think there's a bit too much in here that's custom for you, so I'll just merge in the regex fix. Thanks!

stvno commented 13 years ago

Hm only the regex fix was meant for the pull request, everything else is indeed completely custom. I'm still a GitHub n00b so probably did something wrong there.