Closed maelle closed 4 years ago
In a blog post I'd like to e.g. use downlit::autolink("magick::channel_types") in text and get a Markdown link. Could autolink gain an argument helping to do that or should I write my own helper?
downlit::autolink("magick::channel_types")
Argh that was stupid, the linking happens automatically for inline code too. :woman_facepalming:
In a blog post I'd like to e.g. use
downlit::autolink("magick::channel_types")
in text and get a Markdown link. Could autolink gain an argument helping to do that or should I write my own helper?