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
Copy file name to clipboardExpand all lines: docs/markdown-guidelines.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ This is a standard sentence with `console.log("yeah!")` in it.
66
66
67
67
### Block code
68
68
69
-
Wrap the code blocks with tripple Grave accent keys. **```** for showing big blocks of code in your content. For example:
69
+
Wrap the code blocks with triple Grave accent keys. **```** for showing big blocks of code in your content. For example:
70
70
71
71
```
72
72
if (isServer && user){
@@ -84,7 +84,7 @@ if (isServer && user){
84
84
85
85
Hashnode supports generic code highlighting. This will be applied to the code blocks after you publish the content.
86
86
87
-
You can select which highlighting to use manually by appending the code language after the beginning Tripple Grave accent keys like so **```javascript**.
87
+
You can select which highlighting to use manually by appending the code language after the beginning Triple Grave accent keys like so **```javascript**.
Copy file name to clipboardExpand all lines: docs/writing-challenges.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ title: Writing Challenges
13
13
14
14
## What are they
15
15
16
-
Hashnode created writing challenges to help you become better at blogging. By completeing these writing challenges, you win cool badges which you can showcase on your blog.
16
+
Hashnode created writing challenges to help you become better at blogging. By completing these writing challenges, you win cool badges which you can showcase on your blog.
0 commit comments