Configure goldmark's Linkify extension

Hi,

Is there a way to configure goldmark’s extensions. I would like to enable autolink for links such as

  • http://localhost/
  • http://localhost:8080
  • http://localhost:8080/toto/bar

In fact any string starting with http(s?)://

tx.,

No. You will have do this instead:

  • <http://localhost/>
  • <http://localhost:8080>
  • <http://localhost:8080/toto/bar>
1 Like