Releases: sindresorhus/github-markdown-css
Releases · sindresorhus/github-markdown-css
v5.1.0
- Regenerate GitHub CSS 95f4064
v5.0.0
Breaking
- Support GitHub dark theme (#89) 5a667d5
- Important: The default CSS file now includes both light and dark styles and automatically switches between them. We also provide light and dark-only files.
v4.0.0
- The octo link icon is now in SVG
- Regenerate GitHub CSS 28b1143
v3.0.1
- Fix invalid CSS caused by copy-paste mistake 12ab131
v3.0.0
Breaking:
- Drop support for Bower 7b0d2e1
Other:
- Regenerate GitHub CSS 0d25bb4
- Change how we generate the HTML (sindresorhus/generate-github-markdown-css#5)
0.2.0
- All the rules are now scoped under
.markdown-bodyso it's safe mix it with other CSS. - Some minor tweaks brought in from fetching the GitHub.com CSS.