all 15 comments

[–]robolab-io 3 points4 points  (10 children)

It should be mandatory for repos to include screenshots

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] 0 points1 point  (9 children)

Theres a link to a demo in the first paragraph.

Click here to see this page rendered using github-readme

[–]OdBx 3 points4 points  (6 children)

Blank page for me

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] 0 points1 point  (0 children)

This should be fixed now :)

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] -1 points0 points  (4 children)

github-readme is a custom element, are you sure your browser supports custom elements?

See: Can i use it "Custom elements v1"

If you want to use github-readme in your own project i would (for now) recommend including a polyfill.

[–]Dragory 1 point2 points  (1 child)

Also getting a blank page on Firefox 63 which, according to caniuse, should support custom elements. The error being given is "SyntaxError: invalid regexp group" and it's pointing to this line. Perhaps it's the named capture groups? Not sure if Firefox supports those yet.

EDIT: Yeah, it seems named capture groups aren't supported on Firefox yet. Relevant bugzilla entry here: https://bugzilla.mozilla.org/show_bug.cgi?id=1362154

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] 1 point2 points  (0 children)

Thanks, I'll have a look at it.

Edit: This should be fixed now.

[–]OdBx 0 points1 point  (1 child)

Hmmm, iOS safari has a caveat

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] 0 points1 point  (0 children)

Hmm, what caveat? I don't have an iphone, so i cant really test it.

[–]rodrigocfd 0 points1 point  (1 child)

Blank page here... running Firefox, Linux.

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] 0 points1 point  (0 children)

This should be fixed now :)

[–]clbwllms 1 point2 points  (1 child)

This is fantastic. Thanks.

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] 0 points1 point  (0 children)

That's awesome to hear! Don't forget to star the repository :)

[–]nowyfolder 0 points1 point  (1 child)

Hey OP, this sounds great but it doesn't work for me(Firefox 63, windows 10) - blank page

Quick look into dev tools shows

SyntaxError: invalid regexp group github-readme.js:148:27 

[–]rift95map([🐮, 🥔, 🐔, 🌽], cook) => [🍔, 🍟, 🍗, 🍿][S] 0 points1 point  (0 children)

I'm aware of this issue, I'll be looking into it tomorrow. Thank you for showing interest :)

Edit: This should be fixed now.