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
- 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?
Have you tried - BIO="Some Text <br /> Some other Text" (haven't tested, not sure if this will work because it's injecting html into that component but worth a try)
Have you tried - BIO="Some Text <br /> Some other Text" (haven't tested, not sure if this will work because it's injecting html into that component but worth a try)
Even the quotes are outputted as plain text
Edit: I tried with the space as in your example as well, didn't work
I've tried this in my docker-compose:
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?
Read more about my story here
The text was updated successfully, but these errors were encountered: