Skip to content

Commit

Permalink
Update RTE image support documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TatuLund authored Oct 3, 2024
1 parent 79127b6 commit c58db26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion articles/components/rich-text-editor/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,14 @@ Rich Text Editor supports values in the HTML format, with the following restrict
| Pre-formatted text
| `<pre>`
| Images, using either a web URL or a Base64-encoded data URL
| Images, using a Base64-encoded data URL
| `<img src="...">`
|===
[NOTE]
Only Base64-encoded data URL is supported for images, web urls are not supported.

Check failure on line 99 in articles/components/rich-text-editor/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'urls'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'urls'?", "location": {"path": "articles/components/rich-text-editor/index.adoc", "range": {"start": {"line": 99, "column": 59}}}, "severity": "ERROR"}
The following snippet contains an HTML document that is supported by the component. It demonstrates the usage of several tags. Try pasting the snippet into the `HTML Value` text area in the example below and see how the editor updates. Then try modifying the value, either by using the editor's features, or by changing the HTML value, directly.
[source,html]
Expand Down

0 comments on commit c58db26

Please sign in to comment.