remark plugins and width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rei
2023-02-06 17:10:36 +01:00
parent 839defdd06
commit 50358c43b9
9 changed files with 393 additions and 18 deletions

View File

@@ -26,7 +26,9 @@ Enable typographer option to see result.
(c) (C) (r) (R) (tm) (TM) (p) (P) +-
test.. test... test..... test?..... test!....
test.. test... test.... test..... test?..... test!....
!!!!!! ???? ,, -- ---
@@ -82,6 +84,9 @@ Start numbering with offset:
1. bar
https://www.youtube.com/watch?v=lrBRV3WK2x4
## Code
Inline `code`
@@ -102,7 +107,15 @@ Sample text here...
Syntax highlighting
``` js
```tsx
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
```
```js line=200,{2-3, 5},title="pidhsome je"
var foo = function (bar) {
return bar++;
};