Skip to content

Commit 0b4eb2c

Browse files
htmx
1 parent ef46f4c commit 0b4eb2c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/plugins/html.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Keep in mind there's no real way to validate HTML, so the default implementation
113113
114114
<br />
115115
116-
This plugin re-exports [@kitajs/html](https://github.com/kitajs/html), which is a JSX factory for creating HTML strings from JSX. Please report JSX related issues to that repository.
116+
This plugin re-exports [@kitajs/html](https://github.com/kitajs/html), which is a JSX factory for creating HTML strings from JSX. **Please report JSX related issues to that repository.**
117117
118118
To use JSX, first rename your file extension to either `.tsx` or `.jsx`.
119119
@@ -158,6 +158,12 @@ and that's it! 🎉
158158
159159
You can now use JSX to define your web page and Elysia will turns them to HTML automatically.
160160
161+
::: tip
162+
163+
Read more about JSX in the [official documentation](https://github.com/kitajs/html) and learn how to add HTMX typings, compiling html, adding more JSX components and so on...
164+
165+
:::
166+
161167
## Sanitization
162168
163169
To keep this section up to date, please refer to the [sanitization](https://github.com/kitajs/html/tree/master#sanitization) section of the `@kitajs/html` repository.

0 commit comments

Comments
 (0)