Skip to content

문장 줄 바꿈 처리 방식 #6

@gwak2837

Description

@gwak2837

문장 줄 바꿈이 변환되는 여러 가지 과정 (왼쪽에서 오른쪽으로)

Front-end (Write) Back-end (Input) Database Back-end (Output) Front-end (Read)
1 '1줄 \n2줄' '1줄 \n2줄' '1줄 \n2줄' ['1줄 ', '2줄'] 1줄 <br />2줄
2 '1줄 \n2줄' ['1줄 ', '2줄'] ['1줄 ', '2줄'] ['1줄 ', '2줄'] 1줄 <br />2줄

1번 선호?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions