Page tree

Versions Compared

Key

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

...

원본


HTML
<div class="se-contents" style="font-family: Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 1.2;">
	<p style="margin: 16px 0px; display: block; overflow-wrap: break-word;"><span style="font-weight: bold; font-style: italic; text-decoration: underline line-through; font-size: 16pt; color: rgb(246, 179, 127);">사이냅소프트</span><span style="font-style: italic;"> 웹에디터</span></p>
</div>



Code Block
languagexml
themeEmacs
titleHTML code
collapsetrue
<div class="se-contents" style="font-family: Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 1.2;">
	<p style="margin: 16px 0px; display: block; overflow-wrap: break-word;"><span style="font-weight: bold; font-style: italic; text-decoration: underline line-through; font-size: 16pt; color: rgb(246, 179, 127);">사이냅소프트</span><span style="font-style: italic;"> 웹에디터</span></p>
</div>


editor.xhtml4pubdoc()editor.xhtml4pubdoc(['fontSize', 'color'])



HTML
<p style="margin: 16px 0px; display: block; overflow-wrap: break-word;"><u><b><i>사이냅소프트</i></b></u><i> 웹에디터</i></p>



HTML
<p style="font-size: 16pt; color: rgb(246, 179, 127); margin: 16px 0px; display: block; overflow-wrap: break-word;"><u><b><i>사이냅소프트</i></b></u><i> 웹에디터</i></p>



Code Block
languagexml
themeEmacs
titleHTML code
collapsetrue
<p style="margin: 16px 0px; display: block; overflow-wrap: break-word;">
    <u><b><i>사이냅소프트</i></b></u>
    <i> 웹에디터</i>
</p>



Code Block
languagexml
themeEmacs
titleHTML code
collapsetrue
<p style="font-size: 16pt; color: rgb(246, 179, 127); margin: 16px 0px; display: block; overflow-wrap: break-word;">
    <u><b><i>사이냅소프트</i></b></u>
    <i> 웹에디터</i>
</p>


...