Can’t create links in answers
-
Is there a way to include links in answers? Using standard HTML like
<a href="https://google.com">Google</a>
isn’t working for me. According to https://danielkcheung.com/link-in-faq-schema links in answers work if you use a single quote instead (e.g. it would be<a href='https://google.com'>Google</a>
) but this also fails for me. For anyone who has a link in an answer that works now, how are you doing it?
- The topic ‘Can’t create links in answers’ is closed to new replies.