Tim Liner
Tim Liner
Hmm, your example link rendered as: ``` html http://example.com ``` So clicking the visible link doesn't actually open the URL in a new window. :disappointed: However, it does work properly...
@AliMD I'm having a hard time getting that to work. What am I doing wrong? `[test](http://test.com){:target="_blank"}` renders as [test](http://test.com){:target="_blank"}
This would be a nice feature.
I think the requested feature was to start parsing numbers with extensions. Right now, I'm using a regex to grab the part of the number in front of the extension...
The dependency on `colored` was removed (https://github.com/railsbp/rails_best_practices/commit/ba693e69637d8c0ce433974f6102ada2d4b7a3c2) in `v1.16.0`, which was released on February 22 of this year. So I think this issue can be closed.
I created a PR that fixes this issue by loosening the dependency on `sqlite3`: https://github.com/samg/timetrap/pull/217
> I think that I have the same error: @mrp4sten Have you tried installing from the `master` branch after #217 was merged?