You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Markdown, two spaces at the end of a line is interpreted as a line break (i.e. converted to `<br/>` in the output HTML).
158
+
When ending a sentence in your source files, make sure to avoid leaving two spaces at the end of the line unless you want a line break to appear after it in your HTML output.
159
+
See the example below.
160
+
161
+
```markdown
162
+
This sentence is followed by two space characters in the source Markdown.
163
+
But this sentence is not.
164
+
Look where this sentence appears in the rendered output below.
165
+
```
166
+
167
+
This sentence is followed by two space characters in the source Markdown.
168
+
But this sentence is not.
169
+
Look where this sentence appears in the rendered output below.
0 commit comments