How can I ensure that my markdown does not separate every line in a paragraph for markdown from Tortoise into Bitbucket?
You can add two or more spaces at the end of each line. This will tell the markdown renderer to treat the lines as a single paragraph. Alternatively, you can also use a backslash at the end of each line to indicate that the line break should be ignored.
Thanks. It seems like I would have to go back to my markdown file (after dev review in Bitbucket), and remove all the backslashes to get the markdown file to render a proper PDF or HTML file, but I'll try it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.