yogthos/markdown-clj

Adding rel=nofollow to all links

Open

#201 opened on Apr 17, 2024

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Clojure (120 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (570 stars)
PR merge metrics
 (PR metrics pending)

Description

Short of patching markdown-clj, is there a way to add rel="nofollow" to all links?

This is pretty much a requirement for any user-supplied text that will be displayed on a public webpage, otherwise the SEO spamming crowd will eat you alive.

I've been looking at transformers, but it doesn't seem like they are created for that use case.

Contributor guide