2015-10-29 22:19:56 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2015-12-11 22:36:42 +03:00
|
|
|
<title>Linter Rules</title>
|
2018-06-08 18:37:00 +03:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="https://addons.cdn.mozilla.net/static/img/favicon.ico">
|
2015-10-29 22:19:56 +03:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
|
2021-11-03 13:53:51 +03:00
|
|
|
<link rel="stylesheet" href="github-markdown.css">
|
2015-10-29 22:19:56 +03:00
|
|
|
</head>
|
|
|
|
<style type="text/css">
|
|
|
|
body.markdown-body {
|
|
|
|
padding: 20px;
|
|
|
|
overflow: auto !important;
|
|
|
|
}
|
2015-10-29 23:09:47 +03:00
|
|
|
|
|
|
|
.header-anchor {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1:hover a,
|
|
|
|
h2:hover a,
|
|
|
|
h3:hover a,
|
|
|
|
h4:hover a,
|
|
|
|
h5:hover a {
|
|
|
|
display: inline;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2015-10-29 22:19:56 +03:00
|
|
|
</style>
|
|
|
|
<body class="markdown-body">
|
|
|
|
{{MARKDOWN}}
|
|
|
|
</body>
|
|
|
|
</html>
|