Skip to content

Commit 667fd47

Browse files
committed
Link to Markdown syntax instructions
1 parent b3c7da8 commit 667fd47

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

src/components/InstructionsEditor.jsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ export default class InstructionsEditor extends React.Component {
4747
/>
4848
</div>
4949
<div className="instructions-editor__footer">
50-
Styling with Markdown is supported
50+
<a
51+
className="instructions-editor__footer-link"
52+
href="https://guides.github.com/features/mastering-markdown/"
53+
rel="noopener noreferrer"
54+
target="_blank"
55+
>
56+
Styling with Markdown is supported
57+
</a>
5158
</div>
5259
</div>
5360
);

src/css/application.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ body {
395395
font-size: 0.875rem;
396396
}
397397

398+
.instructions-editor__footer-link {
399+
color: black;
400+
}
401+
398402
.instructions-editor__menu-button:not(:last-child) {
399403
margin-right: 0.5em;
400404
}

0 commit comments

Comments
 (0)