6 个版本
0.2.4 | 2023年10月30日 |
---|---|
0.2.3 | 2023年8月5日 |
0.2.2 | 2023年2月18日 |
0.2.0 | 2021年9月15日 |
0.1.0 | 2020年3月3日 |
387 在 文本处理 中排名
每月下载 231 次
24KB
238 行
MdBook 变量预处理器
mdbook 的简单预处理器,查找双括号中的变量,并用来自 book.toml 的值替换
示例
SimpleFile.md
## something
a contentent with a variable {{name}}
book.toml
#... all the basic detail first and then:
[preprocessor.variables.variables]
name= "my wonderful name"
它支持通过标志查找环境变量后的变量值
当前,TOML 配置的变量优先于环境变量。
[preprocessor.variables]
use_env = true
[preprocessor.variables.variables]
other_variabled_not_in_env= "value"
实现从 mdbook 链接预处理器和 mdbook-plantuml 中获得了许多灵感和代码。
依赖关系
~11–23MB
~322K SLoC