Table of contents
Check out the original file to see the original source.
import { text } from "eval-md/lib/md-writer";
import { Anchor } from "eval-md/lib/md-writer";
text(/* listOfStrings: */ "a", "b");
Anchor(/* text: */ "abc", /* url: */ "def");
"[abc](def)"
This document used eval-md