Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit ab9db88

Browse files
authored
Update HyperText.js
1 parent e0557b0 commit ab9db88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tags/object/HyperText.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
* </Labels>
1616
* </View>
1717
* @example
18-
* <HyperText name="p1" value="<p>Some explanations <em>with style</em></p>" />
18+
* <View>
19+
* <HyperText name="p1">
20+
* <p>Some explanations <em>with style</em></p>
21+
* </HyperText>
22+
* </View>
1923
* @name HyperText
2024
* @regions HyperTextRegion
2125
* @meta_title Hypertext Tags for Hypertext Markup (HTML)

0 commit comments

Comments
 (0)