#markdown-html #website #renders #title

程序 mdtransform

一个简单的程序,将 Markdown 渲染为网站 HTML

3 个不稳定版本

0.2.1 2023年2月4日
0.2.0 2023年2月4日
0.1.0 2022年12月23日

#1437 in 文本处理

MIT 许可协议

22KB
215

mdtransform

这是一个简单的程序,将 Markdown 渲染为网站 HTML。

您可以使用标题指令设置页面的标题

# TITLE: your title here

变成

<title>your title here</title>
<center>
    <h1 style='margin-bottom: 0px; font-size: 2.5rem;'>your title here</h1>
    <hr />
</center>

依赖项

~8MB
~142K SLoC