We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6792f0c commit c51f5b3Copy full SHA for c51f5b3
components/editor/ai-integration/integration-with-inline-prompt.md
@@ -39,7 +39,7 @@ To enable the Inline Prompt in the Editor:
39
40
@code {
41
42
- private string EditorValue { get; set; } = "Sample Editor content";
+ private string EditorValue { get; set; } = "<p>Sample Editor content</p>";
43
44
}
45
````
0 commit comments