Skip to content

Commit 4e15cac

Browse files
committed
Updates
0 parents  commit 4e15cac

20 files changed

+257
-0
lines changed

asset-manifest.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.64938a4b.css",
4+
"main.js": "/static/js/main.30744788.js",
5+
"static/media/AndaleMono.otf": "/static/media/AndaleMono.41f364711e7721ea7b63.otf",
6+
"static/media/p-1.jpg": "/static/media/p-1.1c3647fa51b4bf87d62d.jpg",
7+
"static/media/ArchivoBlack.woff2": "/static/media/ArchivoBlack.fc847a1f8d3d31390e0a.woff2",
8+
"static/media/w.md": "/static/media/w.45502ee505d75bf96182.md",
9+
"index.html": "/index.html",
10+
"static/media/m.md": "/static/media/m.beb0af661a6b5773d3a6.md",
11+
"static/media/p1.md": "/static/media/p1.be34bd1911adbfd96d8a.md",
12+
"static/media/p2.md": "/static/media/p2.8ada77769aa7b1128366.md",
13+
"static/media/p3.md": "/static/media/p3.df3ee2443727207d98f6.md",
14+
"main.64938a4b.css.map": "/static/css/main.64938a4b.css.map",
15+
"main.30744788.js.map": "/static/js/main.30744788.js.map"
16+
},
17+
"entrypoints": [
18+
"static/css/main.64938a4b.css",
19+
"static/js/main.30744788.js"
20+
]
21+
}

favicon.ico

3.78 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.30744788.js"></script><link href="/static/css/main.64938a4b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logo192.png

5.22 KB
Loading

logo512.png

9.44 KB
Loading

manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

static/css/main.64938a4b.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.64938a4b.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.30744788.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* Determine if an object is a Buffer
9+
*
10+
* @author Feross Aboukhadijeh <https://feross.org>
11+
* @license MIT
12+
*/
13+
14+
/**
15+
* React Router DOM v6.2.1
16+
*
17+
* Copyright (c) Remix Software Inc.
18+
*
19+
* This source code is licensed under the MIT license found in the
20+
* LICENSE.md file in the root directory of this source tree.
21+
*
22+
* @license MIT
23+
*/
24+
25+
/**
26+
* React Router v6.2.1
27+
*
28+
* Copyright (c) Remix Software Inc.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE.md file in the root directory of this source tree.
32+
*
33+
* @license MIT
34+
*/
35+
36+
/** @license React v0.20.2
37+
* scheduler.production.min.js
38+
*
39+
* Copyright (c) Facebook, Inc. and its affiliates.
40+
*
41+
* This source code is licensed under the MIT license found in the
42+
* LICENSE file in the root directory of this source tree.
43+
*/
44+
45+
/** @license React v16.13.1
46+
* react-is.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/** @license React v16.14.0
55+
* react.production.min.js
56+
*
57+
* Copyright (c) Facebook, Inc. and its affiliates.
58+
*
59+
* This source code is licensed under the MIT license found in the
60+
* LICENSE file in the root directory of this source tree.
61+
*/
62+
63+
/** @license React v17.0.2
64+
* react-dom.production.min.js
65+
*
66+
* Copyright (c) Facebook, Inc. and its affiliates.
67+
*
68+
* This source code is licensed under the MIT license found in the
69+
* LICENSE file in the root directory of this source tree.
70+
*/
71+
72+
/** @license React v17.0.2
73+
* react-is.production.min.js
74+
*
75+
* Copyright (c) Facebook, Inc. and its affiliates.
76+
*
77+
* This source code is licensed under the MIT license found in the
78+
* LICENSE file in the root directory of this source tree.
79+
*/
80+
81+
/** @license React v17.0.2
82+
* react-jsx-runtime.production.min.js
83+
*
84+
* Copyright (c) Facebook, Inc. and its affiliates.
85+
*
86+
* This source code is licensed under the MIT license found in the
87+
* LICENSE file in the root directory of this source tree.
88+
*/
89+
90+
/** @license React v17.0.2
91+
* react.production.min.js
92+
*
93+
* Copyright (c) Facebook, Inc. and its affiliates.
94+
*
95+
* This source code is licensed under the MIT license found in the
96+
* LICENSE file in the root directory of this source tree.
97+
*/

static/js/main.30744788.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
4+
* 贺子良/男/2019毕业
5+
6+
* 本科/中南林业科技大学
7+
8+
* 工作年限:3年
9+
10+
* 技术栈:vue2 | vue3 | react
11+
12+
* Github:https://github.com/coderzii
13+
14+
* Tel:18616240038
15+
16+
* 期望职位:Web前端工程师
17+
18+
* 居住地区:上海市浦东新区
27.1 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# 一级标题
3+
4+
## 二级标题
5+
6+
### 三级标题
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
# p02
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
# p03
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Project1
2+
3+
`react-markdown` is a markdown component for React.
4+
5+
👉 Changes are re-rendered as you type.
6+
7+
👈 Try writing some markdown on the left.
8+
9+
## Overview
10+
11+
* Follows [CommonMark](https://commonmark.org)
12+
* Optionally follows [GitHub Flavored Markdown](https://github.github.com/gfm/)
13+
* Renders actual React elements instead of using `dangerouslySetInnerHTML`
14+
* Lets you define your own components (to render `MyHeading` instead of `h1`)
15+
* Has a lot of plugins
16+
17+
## Table of contents
18+
19+
Here is an example of a plugin in action
20+
([`remark-toc`](https://github.com/remarkjs/remark-toc)).
21+
This section is replaced by an actual table of contents.
22+
23+
## Syntax highlighting
24+
25+
Here is an example of a plugin to highlight code:
26+
[`rehype-highlight`](https://github.com/rehypejs/rehype-highlight).
27+
28+
```js
29+
import React from 'react'
30+
import ReactDOM from 'react-dom'
31+
import ReactMarkdown from 'react-markdown'
32+
import rehypeHighlight from 'rehype-highlight'
33+
34+
ReactDOM.render(
35+
<ReactMarkdown rehypePlugins={[rehypeHighlight]}>{'# Your markdown here'}</ReactMarkdown>,
36+
document.querySelector('#content')
37+
)
38+
```
39+
40+
Pretty neat, eh?
41+
42+
## GitHub flavored markdown (GFM11111111111)
43+
44+
For GFM, you can *also* use a plugin:
45+
[`remark-gfm`](https://github.com/remarkjs/react-markdown#use).
46+
It adds support for GitHub-specific extensions to the language:
47+
tables, strikethrough, tasklists, and literal URLs.
48+
49+
These features **do not work by default**.
50+
👆 Use the toggle above to add the plugin.
51+
52+
| Feature | Support |
53+
| ---------: | :------------------- |
54+
| CommonMark | 100% |
55+
| GFM | 100% w/ `remark-gfm` |
56+
57+
~~strikethrough~~
58+
59+
* [ ] task list
60+
* [x] checked item
61+
62+
https://example.com
63+
64+
## HTML in markdown
65+
66+
⚠️ HTML in markdown is quite unsafe, but if you want to support it, you can
67+
use [`rehype-raw`](https://github.com/rehypejs/rehype-raw).
68+
You should probably combine it with
69+
[`rehype-sanitize`](https://github.com/rehypejs/rehype-sanitize).
70+
71+
<blockquote>
72+
👆 Use the toggle above to add the plugin.
73+
</blockquote>

0 commit comments

Comments
 (0)