当前位置:网站首页>One click generation and conversion of markdown directory to word format
One click generation and conversion of markdown directory to word format
2022-07-05 01:35:00 【Mingmingruyue senior】
One 、 background
Usually as a technician , I prefer to write technical articles or columns typora To write markdown Format , Because you don't need to pay much attention to format , Let me pay more attention to the content .
But if the article has many chapters , Hope to automatically generate directories . also , In some scenarios, you need to markdown The file to word perhaps pdf Format .
A simple way is to markdown Paste the bear In the notes , Click again to generate the directory , And then export to PDF, however bear Derived from PDF Is the charge , What about swelling ?
Here is a free conversion method .
Two 、 operation
2.1 install pandoc
According to your system , Select the corresponding installation package : https://github.com/jgm/pandoc/releases
2.2 Carry out orders
2.2.1 Generate Directory
On the command line cd To the destination folder
pandoc -s --toc --toc-depth=3 “xxxx.md” -o “xxxx2.md”
–toc-depth=3 Indicates how many levels of directories to generate
If markdown The file name has some special characters , You need to put double quotes
Open the target markdown file , Discovery directory has been generated , Click to jump to the target location
2.2.2 Turn into Word
The order is as follows
pandoc -f markdown -t docx “xxxx2.md” -o “xxxx2.docx”
Conversion success , One of the pictures cannot be parsed ( This can be handled manually later ).
2.2.3 Turn into PDF
The order is as follows :
pandoc xxx.md --pdf-engine=xelatex -o xxxx.pdf
2.2.4 turn epub Format
pandoc xxx.md -o xxxx.epub
Other instructions refer to https://pandoc.org/demos.html
3、 ... and 、 summary
quite a lot markdown The bottom layer of tool conversion format is used pandoc , If the conversion part of the tool is charged , Everyone can make plenty of food and clothing by themselves .
边栏推荐
- 【大型电商项目开发】性能压测-性能监控-堆内存与垃圾回收-39
- Expansion operator: the family is so separated
- When the industrial Internet era is truly developed and improved, it will witness the birth of giants in every scene
- Wechat applet: independent background with distribution function, Yuelao office blind box for making friends
- What sparks can applet container technology collide with IOT
- Heartless sword English translation of Xi Murong's youth without complaint
- 微信小程序:全网独家小程序版本独立微信社群人脉
- 微信小程序;胡言乱语生成器
- 流批一體在京東的探索與實踐
- Nebula importer data import practice
猜你喜欢
流批一体在京东的探索与实践
[development of large e-commerce projects] performance pressure test - Optimization - impact of middleware on performance -40
线上故障突突突?如何紧急诊断、排查与恢复
Kibana installation and configuration
Armv8-a programming guide MMU (3)
Basic operations of database and table ----- create index
Postman automatically fills headers
ROS command line tool
Basic operations of database and table ----- delete index
Lsblk command - check the disk of the system. I don't often use this command, but it's still very easy to use. Onion duck, like, collect, pay attention, wait for your arrival!
随机推荐
[FPGA tutorial case 9] design and implementation of clock manager based on vivado core
ROS command line tool
C语音常用的位运算技巧
[FPGA tutorial case 10] design and implementation of complex multiplier based on Verilog
Kibana installation and configuration
batchnorm. Py this file single GPU operation error solution
微信小程序:全网独家小程序版本独立微信社群人脉
Yyds dry goods inventory kubernetes management business configuration methods? (08)
es使用collapseBuilder去重和只返回某个字段
Database postragesql client connection default
Outlook:总是提示输入用户密码
流批一体在京东的探索与实践
Outlook: always prompt for user password
If the consumer Internet is compared to a "Lake", the industrial Internet is a vast "ocean"
batchnorm.py这个文件单GPU运行报错解决
[wave modeling 2] three dimensional wave modeling and wave generator modeling matlab simulation
流批一體在京東的探索與實踐
MySQL REGEXP:正则表达式查询
Lsblk command - check the disk of the system. I don't often use this command, but it's still very easy to use. Onion duck, like, collect, pay attention, wait for your arrival!
WCF: expose unset read-only DataMember property- WCF: Exposing readonly DataMember properties without set?