快速分享 Markdown,自动渲染,支持过期时间
编辑
预览
粘贴或拖入你的 Markdown 文件,生成分享链接。
const greet = (name: string) => `Hello, ${name}!` console.log(greet('World'))