kristoff-it / zine

Fast, Scalable, Flexible Static Site Generator (SSG)
https://zine-ssg.io
515 stars 23 forks source link

Implement `mailto:` links in markdown #57

Open fabioarnold opened 2 hours ago

fabioarnold commented 2 hours ago

Currently

[Say hello](mailto:hi@example.com)

results in the following error:

---------- MARKDOWN MISSING ASSET ----------

An asset referenced in a content file is missing. 

[missing_asset] unable to find 'blog/mailto:hi@example.com'
fabioarnold commented 2 hours ago
[Say hello]($link.url('mailto:hi@example.com'))

seems to work.