
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
本工具可以对markdown格式文档转换成类似element、vue形式的文档格式,基于marked工具,会生成成默认的文档格式,例如我的博客一篇文章,在博客显示是这样的

生成后:

文件生成后,大家可以修改style中的css样式进行自定义。
node环境和npm环境如上,低于如上环境我没有测试,理论上也可以运行
打开命令行工具,全局安装mdtodoc
npm install mdtodoc -g
新建一个目录,把自己写的markdown文件拷贝到该目录,例如

命令行进入到该目录, 执行
mdtodoc g change 文件名
如文件名为上图中的index.md
mdtodoc g change index.md
生成目录结构如下:

如果要给文章写标题,可在文章顶部设置
title:markdown转换成标准文档工具
即可转化成功,不可添加其它符号,例如
---
title:markdown转换成标准文档工具
---
如此会导致页面生成混乱,后期会进行修改
FAQs
--- title: markdown转换成标准文档工具 --- # 介绍
We found that mdtodoc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.