文章の一部にリンク設定を行いたいです。
<a>タグは使用できませんでした。HTMLを頭にいれると本文すべてがリンクとなりました。
内容としては個人情報関連で説明箇所の「プライバシーポリシー」という文字にリンク設定し、
プライバシーポリシーのページに飛ばしたいという意図があります。
フィールドの「顧客に表示される説明」の一部の文言へのリンクについて
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
If you cannot use the <a> tag to link the phrase “privacy policy” and adding HTML causes the entire text to become a link, you can instead wrap the phrase in a styled span and use JavaScript to handle clicks that redirect users to the privacy policy page. Alternatively, if your environment supports Markdown, you can use a Markdown link. If neither HTML nor Markdown is allowed, you can simply include the full URL as plain text.