seankross / postcards

💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Other
537 stars 84 forks source link

Email obfuscation? #12

Open elinw opened 3 years ago

elinw commented 3 years ago

Would you consider using the option for email obfuscation that is an option in pandoc? It prevents emails from being harvested by spammers.

seankross commented 3 years ago

This is a great idea but currently all of the templates rely on rmarkdown::html_document() which makes email obfuscation impossible: https://github.com/rstudio/rmarkdown/blob/master/R/html_document_base.R#L38

seankross commented 3 years ago

This inspired me to open an issue: https://github.com/rstudio/rmarkdown/issues/1969