remark plugins and width
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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++;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user