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: src/articles/blog/2021-12-26-formatting-testing.md
+34-3Lines changed: 34 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ tags:
23
23
>
24
24
> > `this is an inline-quote` does it works? click here to [jump to code-snippet-2](#code-snippet-2), or you can just scroll down, also you can hover on the code blocks.
25
25
> >
26
-
> > ```npm
26
+
> > ```bash
27
27
>> npm run install && npm run update
28
28
>>```
29
29
>>
@@ -43,6 +43,7 @@ The markdown is being handle by the markdown-it and eleventy, while some extra w
0 commit comments