Docs say: > only our GFM processor will always match the results you see on GitHub https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll I have a pages site configured with `markdown: GFM` but the way github renders my README.md is different than the jekyll generated page. I reference a repository permalink in the markdown and github renders this inline in the page: <img width="716" alt="image" src="https://github.com/actions/jekyll-build-pages/assets/11581/f9120dd7-3fca-49a7-bd8f-40eb6769dc4e"> The jekyll generated site does not, it just renders the URL: <img width="832" alt="image" src="https://github.com/actions/jekyll-build-pages/assets/11581/f5667d22-ac9e-4eaf-a991-154b52f78f5b"> See https://github.com/rectalogic/pagetest