Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
HTML output
est
New
How does vanilla render html? I want to write a filter for html output to nofollow anchor tags.
0
Comments
Gdn_Format::Html($Content);//htmLawed filtered
also
Anchor($Text,$Url,array('rel'->'nofollow'));
grep is your friend.
@x00
Thanks for the answer! I see now that vanilla has this feature out of the box.