8000 GitHub - TwistTheNeil/github-markdown-css: The minimal amount of CSS to replicate the GitHub Markdown style
[go: up one dir, main page]

Skip to content

TwistTheNeil/github-markdown-css

 
 

Repository files navigation

github-markdown-css

This was forked to remove HTML5 dependencies for older browsers such as those built into old versions of Eclipse.

The minimal amount of CSS to replicate the GitHub Markdown style

Install

Download manually

Usage

Import the github-markdown.css file.

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="github-markdown.css">
<body>
	<h1>Unicorns</h1>
	<p>All the things</p>
</body>

License

MIT © Sindre Sorhus

Original Project

github-markdown-css

About

The minimal amount of CSS to replicate the GitHub Markdown style

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 84.9%
  • CSS 15.1%
0