Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 DocFX 中,我有一块内容需要放在所有(或大多数)markdown 文件中。有没有办法将另一个md文件的内容合并或拉入当前文件?基本上我试图不重复自己并寻找某种共享机制。
md
您可以通过文件包含来做到这一点,它是 DocFX 风格的降价 (DFM) 的一部分。
DFM 添加语法以将其他文件部分包含到当前文件中,包含的文件也将被视为在 DFM 语法中。