How to embed github-styled readme in your portfolio
- Step 1Pick the doc to feature — Drop the Markdown file from your project that you want to showcase.
- Step 2Generate styled HTML — Click Run — Primer dark theme is applied to the rendered Markdown.
- Step 3Embed in your portfolio — Drop the HTML into a `<section>` or use the source as a static asset on your site.
Frequently asked questions
Will the styling clash with my portfolio's CSS?+
GitHub's CSS is scoped to `.markdown-body`. Wrap the rendered output in that class and it won't bleed into the rest of your page.
Is the dark theme optional?+
The default is GitHub's dark theme. Swap the linked stylesheet to `github-markdown-light.css` for a light variant.
Do I need to credit github-markdown-css?+
github-markdown-css is MIT-licensed; including the original LICENSE in your project is good practice though not strictly required.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.