Login assistance message markdown problem

Hi,
I have two question about xpack.security.loginAssistanceMessage:
1- How can I add a new line? I tried <br/> , \ , \n\n and \n* but no luck.
2- How can I customize the image size? I'm using ![name](URL) format. Can I use HTML in markdown?

That component is rendered using ReactMarkdown component. From this issue I figured out you can add a break line:

xpack.security.loginAssistanceMessage: >
   this is a test&nbsp;
   
   with a break

Mind that after the @nsbp; there are two mandatory blank spaces.


As for the second question, as far as I know, vanilla markdown does not support specifying the size of your images.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.