【发布时间】:2013-12-19 17:51:03
【问题描述】:
main.asc:
== Items
include::foo.asc[]
include::bar.asc[]
foo.asc
=== Foo Title
==== List of things
* thing one
* thing two
bar.asc
=== Bar Title
this is a summary of bar
当main.asc被渲染时,会显示如下文本:
项目
Foo 标题
- 一件事
- 第二件事 === 栏标题
这是条的总结
我还尝试在列表后面的foo.asc 末尾添加一个简单的段落,看看这是否能解决问题——它没有。
有没有办法解决这个问题?
【问题讨论】: