Jwrede / Anki-KaTeX-Markdown

Creates a new Basic and a new Cloze Note Type that support Markdown and KaTeX
75 stars 5 forks source link

URL links not working #30

Open simone-romiti opened 2 years ago

simone-romiti commented 2 years ago

In the rendered card, links pointing to a URL open the browser at the wrong address. Example:

[link to webpage](www.google.it)

opens the link in the localhost: <localhost>/www.google.it.

pilgrimlyieu commented 2 years ago

Maybe you can try

[link to webpage](https://www.google.it)