We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8c0de commit 4673738Copy full SHA for 4673738
src/index.ts
@@ -2,3 +2,4 @@ export { mdCodeBlock, MdCodeBlock } from "./mdCodeBlock";
2
export { mdImg, MdImgOptions } from "./mdImg";
3
export { mdLink, MdLinkOptions } from "./mdLink";
4
export { mdEscape } from "./mdEscape";
5
+export { trusted } from "./trusted";
0 commit comments