Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
// html
<p id='sign'>&nbsp;</p>

// javascript
var html = '<img src='https://synapeditor.com/wp-content/uploads/2019/08/newvalue_01.png' style='width:50px; height:50px;'>';
var paragraphId = 'sign';
editor.insertHTML(html, paragraphId);

...