点击跳转 => 阿蓝小站


css样式引用:

<head>
    <link rel="stylesheet" href="https://alankejibpb.github.io/css/style.css">
    <style>
    	body {
	    	box-sizing: border-box;
	    	min-width: 200px;
	    	max-width: 980px;
	    	margin: 0 auto;
		    padding: 45px;
    	}
    	@media (prefers-color-scheme: dark) {
		    body {
			    background-color: #0d1117;
		    }
	    }
    </style>
</head>
<body>
    <div class="markdown-body">
        
        <!-- 此处填写md2html后的代码 -->
        
    </div>
</body>

点击跳转 => md2html工具