apps
apps copied to clipboard
App READMEs are not show in some cases
It seems like enclosing the repository URL in quotes when creating the app's YML file leads to the README not being displayed on the website. Two examples:
- https://www.electronjs.org/apps/moosync (URL not in quotes in https://github.com/electron/apps/blob/master/apps/moosync/moosync.yml, README show on site)
- https://www.electronjs.org/apps/converse (URL in quotes in https://github.com/electron/apps/blob/master/apps/converse/converse.yml, README not shown)
No errors (other than the usual CORS errors for external images such as screenshots) are logged to the console when loading the page and the #readme HTML element is completely missing.