C
C
Hi, there's issue with matching patterns, if I have html in fixture then I can't match media eg. { "fix1" : "" } can you fix that? eg (?P['"])(?:media://)(?P.*?)(?P=quote)
if in first or last route breadcrumb is null then isHead & isTail are false for all other breadcrumbs I believe here's the issue https://github.com/poteto/ember-crumbly/blob/e2a4f32b0aedd85f53cf0dc442a707eefd0f5e6e/addon/components/bread-crumbs.js#L111 I would suspect that isHead...
Would be nice to be able to remove "breadcrumbs" className from addon if I'd like to change it to something else
I can't use my own links and linkable property. That's template of my addon that uses crumbly, unfortunately when I set linkable=true, then in every li element there are 2...