Skip to content

Instantly share code, notes, and snippets.

@daixianceng
Created August 25, 2018 02:31
Show Gist options
  • Save daixianceng/d2a59c33588c0ccbc898e4640923eab4 to your computer and use it in GitHub Desktop.
Save daixianceng/d2a59c33588c0ccbc898e4640923eab4 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Title</title>
<meta name="description" content="description">
<meta name="keywords" content="github,markdown">
<meta name="author" content="Author">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.10.0/github-markdown.min.css">
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
</head>
<body>
<article class="markdown-body">
<p>Put the markdown HTML converted from <a href="https://github.com/markdown-it/markdown-it">markdown-it</a> here</p>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment