MuhammaraJS
MuhammaraJS copied to clipboard
Is there a multi-line support for text?
I couldn't find any information on it
No there isn't. I once wrote a multi line multi page function in a private repository using this.
Maybe I could extract this and publish it.the nature of writing text onto a pdf does not really support that.
Question: what do you mean with multi -line support? is it autobreak on "no space left" or do you want to see that "\n" gets auto wrapped?
Was originally thinking \n getting the new line.
On Thu, Mar 2, 2023 at 8:55 AM Julian Hille @.***> wrote:
Question: what do you mean with multi -line support? is it autobreak on "no space left" or do you want to see that "\n" gets auto wrapped?
— Reply to this email directly, view it on GitHub https://github.com/julianhille/MuhammaraJS/issues/153#issuecomment-1451902207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4OKDRMGTRHJJIC2O3FABTW2CREFANCNFSM5UTYUTHA . You are receiving this because you authored the thread.Message ID: @.***>
This should work using the Recipe class, which got added through merging hummus recipe into this package.
You can add \n there OR use html to write your text.
I'm going to close this for now, but feel free to reopen if this still is an issue for you.