Releases · azu/markdown-function
v2.0.0
v1.1.1
v1.1.0
Features
- support TrustedValue (3037c50)
trusted function prevent the escaping by markdown-function
import { mdLink, trusted } from "markdown-function" const markdown = `## ${mdLink({ text: trusted("**TITLE**"), url: "https://example.com" })}; console.log(markdown); // => "## [**TITLE**](https://example.com)
v1.0.2
Bug Fixes
- no handlong invalid url (e800ce0)