We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4704876
Full Changelog: v1.1.1...v2.0.0
22f64ee
3e8c0de
trusted function prevent the escaping by markdown-function
trusted
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)
c016745
8704762