Skip to content

Commit 6c73f88

Browse files
committed
Add <p> around Github issue note to match MD notes
1 parent 7703689 commit 6c73f88

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

plugins/github.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ export class GithubPlugin extends Plugin {
4747
render(token) {
4848
return `
4949
<div class="note" title="Work In Progress">
50-
<a href="${token.link}" target="_blank">
51-
Read issue #${token.number} on GitHub
52-
</a>
50+
<p>
51+
<a href="${token.link}" target="_blank">
52+
Read issue #${token.number} on GitHub
53+
</a>
54+
</p>
5355
</div>
5456
`;
5557
}

0 commit comments

Comments
 (0)