Closed nor0x closed 2 years ago
is it possible to add a newline like <br /> to the bio text render a break and text on a new line?
<br />
i have already tried the following syntax but didn't have any luck so far
bio: |+ Hello World! this should be in a new line
bio: Hello World! \n this should be in a new line
bio: | Hello World! \n this should be in a new line
supported both syntax (\n and <br>) #302
\n
<br>
is it possible to add a newline like
<br />
to the bio text render a break and text on a new line?i have already tried the following syntax but didn't have any luck so far