# pandoc-plug **Repository Path**: handcontent/pandoc-plug ## Basic Information - **Project Name**: pandoc-plug - **Description**: pandoc-plug lua脚本 和html模板 - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-02 - **Last Updated**: 2024-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pandoc-plug #### 介绍 给pandoc导出html的模板和脚本 pandoc-plug lua脚本 和html模板 ``` pandoc.exe 3.1.5 Features: +server +lua Scripting engine: Lua 5.4 User data directory: C:\Users\98579\AppData\Roaming\pandoc Copyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.org This is free software; see the source for copying conditions. There is no warranty, not even for merchantability or fitness for a particular purpose. ``` ### 下载lua脚本后执行: ```shell pandoc --template=/d/document/pandoc_plug/template.html --toc --lua-filter=/d/document/pandoc_plug/filter-picture.lua --lua-filter=/d/document/pandoc_plug/plantuml.lua --lua-filter=/d/document/pandoc_plug/urllink.lua ```