import { fmt } from "./index" console.log(...fmt("[显著标题] [多级显著标题|v2.0.1]")) console.log(...fmt("![警告标题] ![多级警告标题|v2.0.1]", "文本文本 !警告内容! 文本文本")) console.log(...fmt("<🏬|标题|子标题>", "文本内容文本内容 _(次级文本)_ *加粗强调文本*")) console.log(...fmt("![400|BadRequest]", " 没有提供 id")) console.log(...fmt("<🏬|RepoCenter|Post >", "id:912213123123")) console.log(...fmt("<🏬|RepoCenter|Delete>", "I could *probably* end here, but there's the question: why?")) console.log(...fmt("!<🏬|RepoCenter|Delete>", "123")) console.log(...fmt(">>> 测试内容", "id:912213123123")) console.log(...fmt("空文本:", ""))