Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I start new line and add a link in BIO and FOOTER? #110

Open
kenjibailly opened this issue Mar 16, 2022 · 3 comments
Open

How can I start new line and add a link in BIO and FOOTER? #110

kenjibailly opened this issue Mar 16, 2022 · 3 comments
Labels

Comments

@kenjibailly
Copy link
Contributor

kenjibailly commented Mar 16, 2022

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

@kenjibailly kenjibailly changed the title How can I start new line in BIO? How can I start new line and add a link in BIO and FOOTER? Mar 16, 2022
@timothystewart6
Copy link
Contributor

timothystewart6 commented Mar 16, 2022

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)

@kenjibailly
Copy link
Contributor Author

kenjibailly commented Mar 16, 2022

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

image

Edit: I tried with the space as in your example as well, didn't work

@timothystewart6
Copy link
Contributor

Sorry then, I thought the hack might work. It's not supported at this time unless I can think of another hack later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants