update example

This commit is contained in:
Talon Poole 2021-01-28 04:16:34 +00:00
parent bd246ddead
commit 26f51ef26b

View file

@ -38,7 +38,7 @@ including newlines
<video controls src="https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4"></video>
<audio controls src="https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3"></audio>
<p><br></p>
<p>The remaining annotations pertain mostly to in-browser DOM development.</p>
<h3>in the browser:</h3>
<p>
While Gemini does not support newlines on a regular text line when editing a "p" tag in the browser
the default behavior for "enter" will create a "br" and not a new "p".