-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: wrong customInline
converting
#2275
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료입니다!
text += info; | ||
|
||
if (firstChild) { | ||
text += ' '; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아래처럼 작성하는 건 어떤가요?
text += (firstChild ? `${info} ` : info)
chore: revert initial value of demo
0a00e67
to
be63452
Compare
* wip: fix the wrong converting custom inline node * refactor: improved code readability * chore: add test cases for custom inline * chore: fix broken test case * chore: remove unnecessary comment chore: revert initial value of demo * chore: change if statement to conditional operator Co-authored-by: js87zz <js87zz.lee@nhn.com>
Please check if the PR fulfills these requirements
fix #xxx[,#xxx]
, where "xxx" is the issue number)Description
$$xxx$$
error #2167)Thank you for your contribution to TOAST UI product. 🎉 😘 ✨