Skip to content

Commit b26369f

Browse files
committed
website: update public/bundle.html
1 parent e8c9dfc commit b26369f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/bundle.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<title>React Markdown Preview</title>
6+
<meta name="keywords" content="react,component,markdown,preview" />
7+
<meta name="description" content="React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style." />
58
<script src="https://unpkg.com/@babel/[email protected]/babel.min.js" crossorigin></script>
69
<script src="https://unpkg.com/[email protected]/umd/react.development.js" crossorigin></script>
710
<script src="https://unpkg.com/[email protected]/umd/react-dom.development.js" crossorigin></script>
811
<script src="https://unpkg.com/@uiw/codepen-require-polyfill/index.js" crossorigin></script>
912
<link rel="stylesheet" href="https://unpkg.com/@uiw/react-markdown-preview/dist/markdown.css">
1013
</head>
1114
<body>
15+
<a href="https://uiwjs.github.io/react-markdown-preview">@uiw/react-markdown-preview</a>
1216
<div id="container" style="padding: 24px"></div>
1317
<script src="https://unpkg.com/@uiw/react-markdown-preview/dist/markdown.min.js"></script>
1418
<script type="text/babel">

0 commit comments

Comments
 (0)