We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c7da8 commit 667fd47Copy full SHA for 667fd47
2 files changed
src/components/InstructionsEditor.jsx
@@ -47,7 +47,14 @@ export default class InstructionsEditor extends React.Component {
47
/>
48
</div>
49
<div className="instructions-editor__footer">
50
- Styling with Markdown is supported
+ <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>
58
59
60
);
src/css/application.css
@@ -395,6 +395,10 @@ body {
395
font-size: 0.875rem;
396
}
397
398
+.instructions-editor__footer-link {
399
+ color: black;
400
+}
401
+
402
.instructions-editor__menu-button:not(:last-child) {
403
margin-right: 0.5em;
404
0 commit comments