Skip to content

Commit 38aadbc

Browse files
committed
Add missing attributions
1 parent a826a4a commit 38aadbc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.changeset/nine-cows-give.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
'rehype-expressive-code': minor
66
---
77

8-
Adds a new `hangingIndent` prop to all code blocks. By setting this prop to a positive number of columns (either in the opening code fence, as a prop on the `<Code>` component, or in the `defaultProps` config option), you can now further refine the indentation of wrapped lines.
8+
Adds a new `hangingIndent` prop to all code blocks. Thank you @Signum!
9+
10+
By setting this prop to a positive number of columns (either in the opening code fence, as a prop on the `<Code>` component, or in the `defaultProps` config option), you can now further refine the indentation of wrapped lines.
911

1012
If the prop `preserveIndent` is `true` (which is the default), the `hangingIndent` value is added to the indentation of the original line. If `preserveIndent` is `false`, the value is used as the fixed indentation level of all wrapped lines.
1113

.changeset/silver-hounds-hear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
Adds the following new `styleOverrides` settings:
99

10-
- `frames.copyIcon`: Allows overriding the SVG icon used for the copy button.
10+
- `frames.copyIcon`: Allows overriding the SVG icon used for the copy button. Thank you @louisescher!
1111
- `frames.terminalIcon`: Allows overriding the SVG icon used for the terminal window frame. Defaults to three dots in the top left corner.

0 commit comments

Comments
 (0)