-
-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
Description
I've tried this in my docker-compose:
- BIO=Text <br>New line text
- BIO=Text \nNew line text
- BIO="Text", "New line text"
- FOOTER=https://mindglowing.art/about/
- FOOTER=Read more about my story <a href="https://mindglowing.art/about/">here</a>
Above don't work and all output as plain text.
Is there a way I can start a new line and add a link in My BIO and FOOTER that would output like this?
Text
New line text
Read more about my story here
AceXare