You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We stumbled upon an issue in our app where the html generated by RedCloth needs to be SEO friendly. For example we need the rel="nofollow" or target="_blank".
Do you see any way how we can have it without using raw html? Maybe we can add some generic syntax for html attributes? I'll be happy to try a PR if you point me to the right direction.
Hi,
We stumbled upon an issue in our app where the html generated by RedCloth needs to be SEO friendly. For example we need the
rel="nofollow"
ortarget="_blank"
.Do you see any way how we can have it without using raw html? Maybe we can add some generic syntax for html attributes? I'll be happy to try a PR if you point me to the right direction.
Something like:
Would output:
The text was updated successfully, but these errors were encountered: