Page tree

Versions Compared

Key

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

...

Code Block
languagejs
themeEmacs
titleID가 변경되지 않은 경우
var paragraphs = document.querySelectorAll('.se-contents p');tests
paragraphs.forEach(function(para, index){ para.innerText = index + 'test'; });
editor.updateBodyModel();

...