You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+45-42Lines changed: 45 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,31 @@ This project provides a low-dependency, one-click deployment solution for render
6
6
7
7
## Features
8
8
9
-
-**Minimal dependencies**: Only requires a single HTML file to render Markdown web pages.
10
-
-**Code highlighting**: Supports syntax highlighting for code blocks in Markdown.
11
-
-**Markdown support**: Renders Markdown files to HTML.
12
-
-**Mermaid support**: Renders Mermaid diagrams in Markdown.
13
-
-**Multi-language support**: Provides machine translation between languages.
14
-
-**Dark mode**: Supports light, dark, and system theme modes.
15
-
-**Pjax support**: Enables page navigation without full refresh.
9
+
-**Low Dependencies**: Only one HTML file is required to render Markdown to web pages.
10
+
-**Syntax Highlighting**: Render code blocks in Markdown.
11
+
-**Markdown Support**: Convert Markdown files to HTML.
12
+
-**Mermaid Support**: Render Mermaid diagrams in Markdown.
13
+
-**Multi-language Support**: Machine translation between multiple languages.
14
+
-**Dark Mode**: Support light, dark, and system default themes.
15
+
-**Pjax Support**: Page navigation without full reload.
16
16
17
17
## Usage
18
18
19
-
|Filename| Description |
20
-
| :----- | :--- |
21
-
| index.html | Default HTML entry file using CDN dependencies.|
22
-
| index.min.html | Minified HTML entry file using CDN dependencies.|
23
-
| index.allinone.html | All-in-one HTML entry file with embedded dependencies which can be downloaded by script.|
24
-
| index.allinone.min.html | Minified all-in-one HTML entry file with embedded dependencies which can be downloaded by script.|
19
+
|File Name| Description |
20
+
| :--------| :---------- |
21
+
|[index.html](index.html)| Default HTML entry file using CDN dependencies |
22
+
|[index.min.html](index.min.html)| Minified HTML entry file using CDN dependencies |
23
+
|[index.allinone.html](index.allinone.html)| All-in-one HTML entry file with embedded dependencies |
24
+
|[index.allinone.min.html](index.allinone.min.html)| Minified all-in-one HTML entry file with embedded dependencies |
25
25
26
26
### Manual Deployment
27
27
28
-
1. Download the required HTML file from [Releases](https://github.com/PJ-568/MARKDOWN.HTML/releases) and place it in your website root directory;
29
-
2.The HTML file will automatically render `index.md` in the same directory, or `README.md` if`index.md` doesn't exist.
28
+
1. Download the required HTML file from the [Releases page](https://github.com/PJ-568/MARKDOWN.HTML/releases) and place it in your website directory;
29
+
2.When accessed, the HTML file will automatically render `index.md` in the same directory. If`index.md` doesn't exist, it will render `README.md`.
30
30
31
-
### Github Actions
31
+
### GitHub Actions
32
32
33
-
Compiles and deploys HTML files to specified directory. Replace `<version>` with actual version number.
33
+
Compile and deploy HTML files to the target directory. Replace `<version>` with the actual version number.
34
34
35
35
```yaml
36
36
- name: Deploy markdown.html
@@ -42,45 +42,48 @@ Compiles and deploys HTML files to specified directory. Replace `<version>` with
42
42
use-all-in-one: 'false'
43
43
```
44
44
45
-
## Notes
45
+
## Additional Notes
46
46
47
-
`This open-source project allows modifications but please retain original author information. If removal is necessary, please contact the author to avoid losing technical support.` See [License](#license) for details.
47
+
`The open-source projects used in this work may be modified, but please retain the original author information. Contact the author if removal is necessaryto avoid losing technical support.` For details, see [License](#license).
48
48
49
-
## Contributions
49
+
## Contributing
50
50
51
-
We welcome contributions to code and content. Please refer to:
51
+
We welcome contributions to this project. Please review:
52
52
53
-
- [Logic Documentation](doc/logic.md)
54
-
- [Contribution Guidelines](CONTRIBUTING.md)
53
+
- [Program Logic](doc/logic.md)
54
+
- [Script Design](doc/scripts.md)
55
+
- [Workflow](doc/workflow.md)
56
+
57
+
Ensure your contributions follow project specifications. For contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
55
58
56
59
## License
57
60
58
-
This project is licensed under [CC BY-SA 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). For complete license information, see [`LICENSE`](LICENSE).
61
+
This project is licensed under [CC BY-SA 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). The full license text is available in [`LICENSE`](LICENSE).
0 commit comments