본문 영역
Line break (Br)
Web documents are different from documents created in
The role of HWP documents ends when they are viewed and printed only in HWP.
However, web documents are checked with countless devices.
Starting with PCs, tablets, mobile phones, etc., the sizes are different for each company.
The line break (
So Mong9 Editor ignores all line break(
HWP
. The role of HWP documents ends when they are viewed and printed only in HWP.
However, web documents are checked with countless devices.
Starting with PCs, tablets, mobile phones, etc., the sizes are different for each company.
The line break (
br
) you wrote will look broken on other devices. So Mong9 Editor ignores all line break(
br
) when responsive mod changes. In additionl, you can set the line break (br
) value for each step of the three responsive modes.- On PC, line breaks (
br
) only function on the PC :<br />
- In landscape mobile , line breaks (
br
) only work in landscape mobile view:<br class="
m-only-br
" /> - In portrait mobile , line breaks (
br
) only work in portrait mobile view:<br class="
e-only-br
" /> - If you want line break (
br
) processing in all modes, pressCtrl + Enter
,
and it will work in all modes:<br class="
all-br
" />
- Line breaks on PC are shown as w.
- Line breaks in landscape mobile view are shown as m.
- Line breaks in portrait mobile view are shown as e.
- Line breaks that work in all modes are shown as all.
Type
-
1) PC - w
PC mode
Enter
- Base form of the
<br>
tag
-
2) Mobile Landscape - m
Mobile Landscape mode
Enter
- The
<br>
tag is inserted as<br class="
.m-only-br
"/>
-
3) Mobile Portrait - e
Mobile Portrait mode
Enter
- The
<br>
tag is inserted as<br class="
.e-only-br
"/>
-
4) All Modes - all
- All mode
Ctrl
+Enter
- The
<br>
tag is inserted as<br class="
.all-br
" />
- All mode
PC(w) line break
w Line breaks (
br
) only apply in PC mode, and are disabled in other modes.
Mobile Landscape(m) line break (m-only-br)
m Line breaks (
br
) only apply in Mobile Landscape(m), and are disabled in other modes.
Mobile Portrait(e) line break (e-only-br)
e Line breaks (
br
) only apply in Mobile Portrait(e) and are disabled in other modes.

All Modes line break(all-br)
all Line breaks (
br
) are always applied even if you change the responsive mode.
