You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replaced Markdown notes with Docusaurus `:::note` syntax for better readability
- Updated primary color palette in CSS for a refreshed look
- Added gradients in styles for a visually enhanced experience
- Included `dayjs` dependency in `package.json` for better date handling
Copy file name to clipboardExpand all lines: docs/docs/getting-started.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,10 @@ class Foo {
118
118
</TabItem>
119
119
</Tabs>
120
120
121
-
> **Note**: JS platform support was added in version 0.6.0! See the development process at [KT-53993](https://youtrack.jetbrains.com/issue/KT-53993), and the final implementation at [#39](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin/pull/39)!
121
+
:::note
122
+
JS platform support was added in version 0.6.0! See the development process at [KT-53993](https://youtrack.jetbrains.com/issue/KT-53993), and the final implementation at [#39](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin/pull/39)!
0 commit comments