[#366] Opt out calc() from text-indent value on exported html #368
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#366
Changes
인덴트가 적용된
paragraphNode
를 복사할 때 클립보드에 저장되는 html 의text-indent
property 에서calc()
함수를 제거합니다.외부 WYSIWYG 에디터(영상은 cms 서비스 ghost의 에디터)로 html 을 붙여넣을 경우
text-indent
값을 읽어서 인덴트를 유지해주는 경우가 있습니다. 단순 px 로 값을 작성 시 이런 지원에 유리합니다.Before
default.mov
After
2024-05-11.7.37.24.mov