Skip to content

Allow 'rel' attribute on `<a>` link with specific values (for hashtag recognition).

The rel="tag" attribute is a more standard (microformat) way to identify hashtag links.

Since Pleroma create hashtag links with the rel="tag" attribute in /lib/pleroma/formatter.ex#L41, it is natural to allow the rel="tag" attribute in the links in /lib/pleroma/html.ex.

Edited by Fong-Wan Chau

Merge request reports