Jump to content

Markdown: Difference between revisions

10 bytes removed ,  12 August 2020
No edit summary
Line 8: Line 8:
The Google Style Guide suggests using a trailing backslash and never using trailing whitespaces.
The Google Style Guide suggests using a trailing backslash and never using trailing whitespaces.
<syntaxhighlight lang="markdown">
<syntaxhighlight lang="markdown">
One line
One line\
Next line\
Another line
Another line
</syntaxhighlight>
</syntaxhighlight>