Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1d67b5

Browse files
committed
Update output for fix in rehype-format
1 parent 74eb682 commit d1d67b5

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

create-a-plugin.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>unified</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="index.css"></head>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" href="index.css">
8+
</head>
79
<body>
810
<header>
911
<h1><a href=".."><span class="hl unified">uni</span>fied</a></h1>

create-an-editor.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>unified</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="index.css"></head>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" href="index.css">
8+
</head>
79
<body>
810
<header>
911
<h1><a href=".."><span class="hl unified">uni</span>fied</a></h1>

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="utf8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>unified</title><link rel="stylesheet" href="index.css"></head>
6+
<title>unified</title>
7+
<link rel="stylesheet" href="index.css">
8+
</head>
79
<body>
810
<script>
911
var s=document.createElement('style');

using-unified.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>unified</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="index.css"></head>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" href="index.css">
8+
</head>
79
<body>
810
<header>
911
<h1><a href=".."><span class="hl unified">uni</span>fied</a></h1>

0 commit comments

Comments
 (0)