markdown include code / version / markdown ...
Download from github or cargo install mdi
mdi [dir]
Will search xxx.mdi.md
in the directory , replace > ./xxx.rs
into embed code and output it to xxx.md
.
If the embed is a markdown file, the references are rendered recursively.
See example readme.mdi.md
Demo for include code :
js
var a = 1;
console.log(a);
This project is part of rmw.link Code Project
markdown ä¸åµŒå…¥ä»£ç / ç‰ˆæœ¬å· / markdown ...
从 github 下载 或者 cargo install mdi
mdi [dir]
会æœç´¢ç›®å½•ä¸‹çš„ xxx.mdi.md
把 > ./xxx.rs
替æ¢ä¸ºä»£ç 内容嵌入 ,然åŽè¾“出到 xxx.md
。
如果嵌入的是一个 markdown 文件,会递归渲染其ä¸çš„引用。
查看演示文件 readme.mdi.md
嵌入代ç 演示 :
js
var a = 1;
console.log(a);
本项目隶属于 人民网络 (rmw.link) 代ç 计划。