mdi v0.0.15

English 中文说明


English Readme

markdown include code / version / markdown ...

Install

Download from github release page or cargo install mdi

Use

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 :

demo.js

js var a = 1; console.log(a);

About

This project is part of rmw.link Code Project

rmw.link logo


中文说明

markdown 中嵌入代码 / 版本号 / markdown ...

安装

github 发布页面 下载,或者 cargo install mdi

使用

mdi [dir]

会搜索目录下的 xxx.mdi.md> ./xxx.rs 替换为代码内容嵌入 ,然后输出到 xxx.md

如果嵌入的是一个 markdown 文件,会递归渲染其中的引用。

查看演示文件 readme.mdi.md

嵌入代码演示 :

demo.js

js var a = 1; console.log(a);

关于

本项目隶属于 人民网络 (rmw.link) 代码计划。

人民网络海报