Logo
  • Portfolio
  • Blog
  • About
  • Resources
Get in touch!
Break line with "\n"

Break line with "\n"

Type
Text

Break line with "\n"

Adding +"\n"+ between the lines allows you to separate them

Output:

Output of breaking the formula result in Notion
Logo

Portfolio

Blog

Resources

About

Contact

Notion Status

© 2025 Hyphen Productivity

YouTubeLinkedInWhatsAppPinterest
"🟤 Status: " 
+ prop("Status").style("brown")
+ "\n"
+ "4 Words: " 
+ prop("Group Type").style("brown") 
+ ", " 
+ prop("Length").style("brown")
+ ", " 
+ prop(" 🔴 Experience").style("brown")
+ ", " 
+ prop("🔴 Theme").style("brown")
+ "\n"
+ "Trip Style: "
+ prop("Trip Style")
+ "\n"
+ "PPPN: "
+ "₤".style("brown","b","brown_background") 
+ round(prop("PPPN"),2).style("brown","b","brown_background")
+ "\n"
+ "________________"