Hey! How can I format my text so there is space between each new line I write? Basically whenever I start a new sentence, it would be a new paragraph.
Also while we’re at, anyone know how to add one’s signature via make?
Also while we’re at, anyone know how to add one’s signature via make?
Welcome to the Make community!
The Gmail “Send an Email” module sends emails as “HTML” content type. That means, to insert a newline, you’ll need to either use
two <br>
tags, like this <br><br>
, or
wrap each line in a paragraph tag:
<p>this is paragraph one</p><p>this is paragraph two</p>
Hi @Xavier_Caffrey, you can use HTML tags: https://www.w3schools.com/TAGS/default.asp
You can set you text here and then copy the html of it and paste on your module.
Thanks
Gotcha, another quick follow-up for you here. I am going through the same issue when generating an output using claude and then trying to send it via email.
How do I make it so the output of claude is formated where it inserts a new line every time a new sentence starts?
No problem, glad I could help!
In future, please create a new thread for each question. This makes it easier for others with the same problem to search for the answer. Thank you for your cooperation!
The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
To do this, simply click the checkbox at the bottom of the post:
Utilizando las etiquetas html
para los párrafos yHello @Juan_Jose welcome to the community
Since the official language of the Make Community is English, let me just translate your question so that other users can potentially benefit from the knowledge shared here in the future.
Translation:
Using html tags
tags for paragraphs and
for line breaks