📜  intellij asciidoc 设置 imagesdir 属性 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:08.684000             🧑  作者: Mango

代码示例1
Use this at the top of your document for a per-document config:

ifndef::imagesdir[:imagesdir: my/images/directory]

This can be overriden when you render.

A per-project config is in the works.  I wasn't able to get it working,
but it seems good.