readme.md

    Before

    gem install docx

    Useage

    1. 将需要转换的.docx文件放入到docxs目录当中,并重命名为英文名称

    Each with single docx file

    1. 使用irb命令进入ruby命令行
    2. 输入require './md_genetator'
    3. 执行MdGenerator.new('docxs/文件名.docx').execute来转换

    Batch file generate

    1. ruby batch_generator.rb

    After

    转换后的.md文件会保存在markdowns目录中,图片会保存在images目录中,执行成功后拷贝到hugo项目中即可进行校对

    项目简介

    md_generator

    发行版本

    当前项目没有发行版本

    贡献者 3

    vswardon @vswardon
    张重言 @pulltheflower

    开发语言

    • Ruby 96.4 %
    • Dockerfile 3.6 %