Skip to content

Commit d9938c8

Browse files
committed
fix: Missing closing tag
Signed-off-by: Rui Vieira <ruidevieira@googlemail.com>
1 parent 6399ddb commit d9938c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/blog/using-mdx.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ The blockquote element represents content that is quoted from another source, op
9090
#### Syntax
9191

9292
```markdown
93-
> Don't communicate by sharing memory, share memory by communicating.<br>
93+
> Don't communicate by sharing memory, share memory by communicating.<br />
9494
> — <cite>Rob Pike[^1]</cite>
9595
```
9696

9797
#### Output
9898

99-
> Don't communicate by sharing memory, share memory by communicating.<br>
99+
> Don't communicate by sharing memory, share memory by communicating.<br />
100100
> — <cite>Rob Pike[^1]</cite>
101101
102102
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.

0 commit comments

Comments
 (0)