-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add README in Simplified Chinese * add README in traditional chinese
- Loading branch information
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/c4c9c07a-bd99-4382-8b19-4ae3abc8f104/deploy-status)](https://app.netlify.com/sites/md2pdf/deploys) | ||
|
||
![Deploy gh-pages](https://github.com/realdennis/md2pdf/actions/workflows/deploy.yaml/badge.svg) | ||
|
||
# Markdown2PDF | ||
[English](./README.md) | 简体中文(Simplified Chinese) | [繁體中文(Traditional Chinese)](./README_tc.md) | ||
https://md2pdf.netlify.com/ | ||
|
||
https://realdennis.github.io/md2pdf/ | ||
|
||
|
||
![可以唉!](https://media.giphy.com/media/MuAtuqUGnn2PKsXhs6/giphy.gif) | ||
|
||
![上传文件](https://media.giphy.com/media/cZ1f4b46P3LGszuXuy/giphy.gif) | ||
|
||
> 一个令人惊叹的 Markdown 转 PDF 项目! | ||
```diff | ||
- 在线吗? 要不要把你的简历 (resume.md) 上传到一个陌生人的服务器里? | ||
+ 试试离线的 Web 程序吧! | ||
``` | ||
|
||
## 如何使用 md2pdf? | ||
1. 单击按钮并选择 `.md` 文件. | ||
2. 在编辑器中编辑 (左侧的面板). | ||
3. 单击 **Transform (转换)**! | ||
4. 切换 'Destination' 为 **Save as PDF (以 PDF 保存)**. | ||
5. **建议您使用 Chrome 浏览器** | ||
|
||
## 提示 | ||
- 根据需要`调整 (Resize)`布局大小. | ||
- 单击`Transform (转换)`按钮后,反转**Headers and Footers (页眉和页脚)**的复选框. | ||
- **反选页首与页尾**. | ||
|
||
## 有什么特别之处呢? | ||
- 您可以使用 <span style="color:#0984e3">html</span> 标签! | ||
<blockquote>嘿, 我在 blockquote 标签里!</blockquote> | ||
|
||
--- | ||
|
||
LICENSE MIT © 2019 realdennis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/c4c9c07a-bd99-4382-8b19-4ae3abc8f104/deploy-status)](https://app.netlify.com/sites/md2pdf/deploys) | ||
|
||
![Deploy gh-pages](https://github.com/realdennis/md2pdf/actions/workflows/deploy.yaml/badge.svg) | ||
|
||
# Markdown2PDF | ||
[English](./README.md) | [简体中文(Simplified Chinese)](./README_cn.md) | 繁體中文(Traditional Chinese) | ||
https://md2pdf.netlify.com/ | ||
|
||
https://realdennis.github.io/md2pdf/ | ||
|
||
|
||
![可以唉!](https://media.giphy.com/media/MuAtuqUGnn2PKsXhs6/giphy.gif) | ||
|
||
![上傳文件](https://media.giphy.com/media/cZ1f4b46P3LGszuXuy/giphy.gif) | ||
|
||
> 一個令人驚嘆的 Markdown 轉 PDF 專案! | ||
```diff | ||
- 線上嗎? 要不要把你的簡歷 (resume.md) 上傳到一個陌生人的伺服器裡? | ||
+ 試試離線的 Web 程式吧! | ||
``` | ||
|
||
## 如何使用 md2pdf? | ||
1. 單擊按鈕並選擇 `.md` 檔案. | ||
2. 在編輯器中編輯 (左側的面板). | ||
3. 單擊 **Transform (轉換)**! | ||
4. 切換 'Destination' 為 **Save as PDF (以 PDF 保存)**. | ||
5. **建議您使用 Chrome 瀏覽器** | ||
|
||
## 提示 | ||
- 根據需要`調整 (Resize)`佈局大小. | ||
- 單擊`Transform (轉換)`按鈕後,反轉**Headers and Footers (頁眉和頁腳)**的複選框. | ||
- **反選頁首與頁尾**. | ||
|
||
## 有什麼特別之處呢? | ||
- 您可以使用 <span style="color:#0984e3">html</span> 標籤! | ||
<blockquote>嘿, 我在 blockquote 標籤裡!</blockquote> | ||
|
||
--- | ||
|
||
LICENSE MIT © 2019 realdennis |