Skip to content
forked from realdennis/md2pdf

Offline markdown to pdf, choose -> edit -> transform 🥂

License

Notifications You must be signed in to change notification settings

keminshu/md2pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Markdown2PDF

https://md2pdf.shukaiming.com/

非常好用的 Markdown 转 PDF!

- 还需要在线处理? 还需要上传 resume.md 简历文件到陌生的服务器?
+ 来试试离线的 Web 应用吧!

如何使用 md2pdf?

  1. 点击选择去选择 .md 文件.
  2. 在编辑器里面编辑文本 (左面板).
  3. 点击转换!
  4. 选择 '目标打印机' 到 另存为PDF.
  5. 推荐使用 Chrome

注意事项

  • 调整到你想要的布局.
  • 点击 转换 按钮之后, 反选校验框页首与页尾.
  • 反选页首与页尾.

还有哪些特别的?

  • 你还能用 html 标签!
Hey I'm in blockquote!

代码像这样

// index.js
function Hello(){
  console.log('World!')
}
Hello();

或者这样

# main.py
def awesome():
    print('awesome!')
awesome()

LICENSE MIT © 2020 keminshu

About

Offline markdown to pdf, choose -> edit -> transform 🥂

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • HTML 10.9%
  • CSS 0.2%