forked from realdennis/md2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Add Readme file & project site.
- Loading branch information
1 parent
527ba4c
commit bb3c56e
Showing
1 changed file
with
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Markdown2PDF | ||
https://md2pdf.netlify.com/ | ||
|
||
> Awesome Markdown to PDF! | ||
```diff | ||
- Online? Upload resume.md to stranger server? | ||
+ Try Offline Web App! | ||
``` | ||
|
||
## How to use md2pdf? | ||
1. Click button choose `.md` file | ||
2. Edit in editor (left panel). | ||
3. Click **Transform**! | ||
4. **Chrome recommended** | ||
|
||
## Tips | ||
- `Resize` the layout what you want. | ||
- After click `Transfom` button, inverse the checkbox of **'Headers and Footers'**. | ||
- **反選頁首與頁尾**. | ||
|
||
## What's special? | ||
- You can use <span style="color:#0984e3">html</span> tag! | ||
<blockquote>Hey I'm in blockquote!</blockquote> | ||
|