Evan Plaice

Results 72 comments of Evan Plaice

Looks to be a limitation of Showdown, this lib is just a thin angular wrapper for showdown. You might want to try https://github.com/Hypercubed/angular-marked instead. Marked has an option to enable...

Can confirm. I ran into the same issue. Without a preceding line the links are broken in the Markdown output.

Consider adding: - RouterLink - RouterOutlet - NgOnSubmit - NgFormControl - bootstrap snippet

Thank you for the report, I'm on it

Fixed in [v1.0.20](https://github.com/evanplaice/jquery-csv/releases/tag/v1.0.20) The JSDelivr CDN takes its sweet time to flush the cache. It should be working by tomorrow.

Simple solution. Add a newline at the end of the CSV file. This is actually spec behavior. I can also work out a solution to flush the last line if...

TBH, the spec kind of sucks. It's not like CSV started with a well-defined spec. The RFC is more a list of common characteristics that make up a CSV file....

Are you using jQuery? Did you import jQuery first?

I'm curious. Why are you minifying an already minified source? Why not use `jquery.csv.js`?

This change needs to be implemented because the current implementation will break in rare cases where the value being returned should be `false`