This repository has been archived by the owner on May 21, 2022. It is now read-only.
Releases: CSUwangj/md2docx-csharp
Releases · CSUwangj/md2docx-csharp
add footer
add header
v2.2.0 feat: add header
fix config file
v2.1.2 fix: config file
v2.1.1: fix: add image fail and plain paragraph fail
Change list:
- fix fail when add 5th image
- fix fail to add plain paragraph
no_image_say_ACM
add image through image path or URL
config_all
Use json config to specify styles and optional parts.
Use "md2docx --help" for more information.
MVP
Pre-release
目前支持以下内容:
- 根据YAML头输出一个有姓名等内容的基本文档
- 标题、正文
- 摘要、关键词、结束语
- 页边距
- 参考文献
- 封面
- 目录
需要进一步的文档,如果有需要可以根据附件中的样例进行尝试。
运行参数为md2docx.exe <md input path> <docx output path>
,若不指定第一个参数,则默认读入同目录的test.md
,若不指定第二个参数,则按照<name><ID><filename>.docx
存储文件,各参数来自于markdown文件的yaml头部。
yaml头部中,有三组可选参数,一组是e_title,e_abs,e_kew,一组是c_title,c_abs,c_kew,一组是end。若必须的参数缺失、可选参数非全部缺失会导致报错。