Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Releases: CSUwangj/md2docx-csharp

add footer

22 Feb 19:06
Compare
Choose a tag to compare
v2.3.0

feat: add footer

add header

22 Feb 10:07
Compare
Choose a tag to compare
v2.2.0

feat: add header

fix config file

20 Feb 14:30
Compare
Choose a tag to compare
v2.1.2

fix: config file

v2.1.1: fix: add image fail and plain paragraph fail

23 Nov 08:45
Compare
Choose a tag to compare

Change list:

  • fix fail when add 5th image
  • fix fail to add plain paragraph

no_image_say_ACM

28 Oct 04:59
Compare
Choose a tag to compare

add image through image path or URL

config_all

08 Oct 04:16
Compare
Choose a tag to compare

Use json config to specify styles and optional parts.
Use "md2docx --help" for more information.

MVP

16 Aug 11:45
Compare
Choose a tag to compare
MVP

Check README for more detail.

Pre-release

16 Aug 03:23
Compare
Choose a tag to compare
Pre-release Pre-release
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。若必须的参数缺失、可选参数非全部缺失会导致报错。