claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

Update bracket tag regexp #135

Closed ryanvarick closed 8 years ago

ryanvarick commented 8 years ago

If I type out a comma-separated list of bracket tags -- [[a]], [[b], [[c] -- Jingo eats the commas between each link. Not really sure what the last match group of the regexp below is supposed to do, but removing it fixed my issue without breaking the other tests.

claudioc commented 8 years ago

Good catch!

Thanks :)