Fix some formating issues

This commit is contained in:
Rico Sta. Cruz 2024-03-16 00:23:32 +11:00
parent 3e4487a8ed
commit d4cac4c37e
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
4 changed files with 2 additions and 6 deletions

View File

@ -154,7 +154,6 @@ class Info extends Component {
}
}
```
{: data-line="5,6,7,8,9,10"}
Nest components to separate concerns.

View File

@ -8,7 +8,6 @@ intro: |
---
### Reference
{:.-one-column}
| Code | Description |

5
sed.md
View File

@ -31,17 +31,16 @@ sed -i 's/match1/replace1/g; s/match2/replace2/g' \
```
replace different matchs with different values
replace different matches with different values
```bash
sed -i 's/\(MATCH1\|MATCH2\)/VALUE/g' \
```
replace multiple matchs with the same value
replace multiple matches with the same value
## File regions
{:.-three-column}
### Print until a certain line is met

View File

@ -5,7 +5,6 @@ layout: 2017/sheet
---
### About
{: .-intro}
Sequel is a database toolkit for Ruby.