-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
It should format links correctly.
Usage
format("[Google](https://google.com)");
// => "<a href="https://google.com">Google</a>"
format("*[Google](https://google.com)*");
// => "<b><a href="https://google.com">Google</a></b>"
format("_[Google](https://google.com)_");
// => "<em><a href="https://google.com">Google</a></em>"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request