Skip to content

Commit

Permalink
Fix some formating issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Mar 15, 2024
1 parent 3e4487a commit d4cac4c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion react.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ class Info extends Component {
}
}
```

{: data-line="5,6,7,8,9,10"}

Nest components to separate concerns.
Expand Down
1 change: 0 additions & 1 deletion ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ intro: |
---

### Reference

{:.-one-column}

| Code | Description |
Expand Down
5 changes: 2 additions & 3 deletions sed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion sequel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ layout: 2017/sheet
---

### About

{: .-intro}

Sequel is a database toolkit for Ruby.
Expand Down

0 comments on commit d4cac4c

Please sign in to comment.