The theme's documentation website lists the jekyll-gist package as one of the whitelisted packages that can be used with the theme. However, this package is incompatible with AMP, and it renders script tags that break AMP validation and page layout.
Solution
The documentation website should remove the jekyll-gist package from the whitelist package list, and warn users not to use this package with the AMP-really theme. Instead, the documentation website should recommend alternative methods to embed GitHub gists in posts and pages, such as using the <amp-gist> component.
Steps to implement the solution
[x] Edit the documentation website's source code to remove the jekyll-gist package from the whitelist package list
[x] Add a note to the documentation website that explains why the jekyll-gist package is not compatible with AMP, and what are the possible alternatives
[x] Deploy the updated documentation website and verify that the changes are reflected
Problem
The theme's documentation website lists the jekyll-gist package as one of the whitelisted packages that can be used with the theme. However, this package is incompatible with AMP, and it renders script tags that break AMP validation and page layout.
Solution
The documentation website should remove the jekyll-gist package from the whitelist package list, and warn users not to use this package with the AMP-really theme. Instead, the documentation website should recommend alternative methods to embed GitHub gists in posts and pages, such as using the
<amp-gist>
component.Steps to implement the solution