我有directory.conf
title = "SRLLab Manual"
autonumbering {
scope: all
}
navigationOrder = [
introduction
multi-arm-bandits
finite-markov-decision-processes
]在每个子目录中,我都有一个directory.conf和一个Markdown文件。生成站点时,顶级目录标题中不显示编号。他们有什么办法自动添加编号到最高层吗?
我有套好的这里。
提亚
发布于 2019-09-05 21:45:52
若要从第二级别向下添加编号,还必须添加
autonumbering {
scope: all
}节中的每个子目录directory.conf文件。
https://stackoverflow.com/questions/57348059
复制相似问题