Remove redundant css tags - hyelie/MDEditor GitHub Wiki
Previous: redundant css tags(<style> </style>) & weird html tags
<html>
<head>
<style>
~
</style>
</head>
<body>
<html>
<head>
</head>
<body class="markdown-body">
<style>
~
</style>
</body>
</html>
</body>
</html>Fixed: clean and fresh
<html>
<head>
<style>
~
</style>
</head>
<body>
~
</body>
</html>