Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/content/components/markdown.md
Co-Authored-By: Emily Brick <emilybrick@github.com>
  • Loading branch information
simurai and emilybrick authored Apr 14, 2020
commit 39bc1b878b89f1b7934edf5883ed3e645a0866ef
2 changes: 1 addition & 1 deletion docs/content/components/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bundle: markdown

```html live
<div class="markdown-body">
<p>Text can be <b>bold</b>, <i>italic</i>, or <s>strikethrough</s>. <a href="https://github.com">Links</a> should be blue with no underlines (unless hovered over).</p>
<p>Text can be <b>bold</b>, <i>italic</i>, or <s>strikethrough</s>. <a href="https://github.com">Links </a>sould be blue with no underlines (unless hovered over).</p>

<p>There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.</p>

Expand Down