Skip to content

Commit 5ae6ded

Browse files
docs: format callouts to put content on new line (#269)
fix callouts
1 parent cf74cb1 commit 5ae6ded

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ id: configuration
55

66
Both TanStack `DevTools` and `EventClient` can be configured.
77

8-
> [!IMPORTANT] all configuration is optional unless marked (required)
8+
> [!IMPORTANT]
9+
> All configuration is optional unless marked (required)
910
1011
## Devtools Component Configuration
1112

docs/framework/react/guides/custom-plugins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ export function createCounter() {
104104
}
105105
```
106106

107-
> [!IMPORTANT] `EventClient` is framework agnostic so this process will be the same regardless of framework or even in vanilla JavaScript.
107+
> [!IMPORTANT]
108+
> `EventClient` is framework agnostic so this process will be the same regardless of framework or even in vanilla JavaScript.
108109
109110
## Consuming The Event Client
110111

docs/vite-plugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export default {
7373

7474
### editor
7575

76-
> [!IMPORTANT] `editor` is used as an escape hatch to implement your own go-to-source functionality if your system/editor does not work OOTB. We use `launch-editor` under the hood which supports a lot of editors but not all. If your editor is not supported you can implement your own version here. Here is the list of supported editors: https://github.com/yyx990803/launch-editor?tab=readme-ov-file#supported-editors
76+
> [!IMPORTANT]
77+
> `editor` is used as an escape hatch to implement your own go-to-source functionality if your system/editor does not work OOTB. We use `launch-editor` under the hood which supports a lot of editors but not all. If your editor is not supported you can implement your own version here. Here is the list of supported editors: https://github.com/yyx990803/launch-editor?tab=readme-ov-file#supported-editors
7778
7879
The open in editor configuration which has two fields, `name` and `open`,
7980
`name` is the name of your editor, and `open` is a function that opens the editor with the given file and line number. You can implement your version for your editor as follows:

0 commit comments

Comments
 (0)