Skip to main content

Calculated Markdown Line Break

Comments

2 comments

  • Kevin Rathgeber

    Finally figured it out. Need a slash, two spaces and then a new line

    ="**Testing**\ \n" + "123"

    0
  • Brian Bieber

    ="**Testing**\<space><space> \n" + "123"

    0

Please sign in to leave a comment.