521xueweihan / HelloGitHub

:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
https://hellogithub.com
85.63k stars 9.44k forks source link

【开源自荐】Markdown Genji:编写交互式文档的 Markdown 拓展,支持在 VitePress 中使用 #2737

Open pearmini opened 3 weeks ago

pearmini commented 3 weeks ago

推荐项目

(() => {
  const div = document.createElement("div");
  div.style.width = size + "px";
  div.style.height = "100px";
  div.style.background = "orange";
  return div;
})();

![Mar-29-2024 19-37-59](https://github.com/ruanyf/weekly/assets/49330279/e84d203b-ba0e-453a-a568-cd1d70313eca)
- 截图:(可选)gif/png/jpg
<img width="1106" alt="iShot_2024-04-01_22 30 10" src="https://github.com/ruanyf/weekly/assets/49330279/e93ea41c-232c-4df5-85a7-f068fe91c406">
<img width="924" alt="image" src="https://github.com/521xueweihan/HelloGitHub/assets/49330279/64663aae-30ef-4435-b69c-5565d5fd2da3">

- 后续更新计划:
  - 添加跟多语法层面的支持:比如内敛表达式等等。
  - 在更多的 SSG 里面支持语法,比如 [Docusaurus](https://docusaurus.io/), [Nextra](https://nextra.site/), [Rspress](https://rspress.dev/) 。