Skip to content
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

메일 본문 마크다운 문법을 지원한다. #714

Open
4 tasks done
Tracked by #713
woowabrie opened this issue Aug 28, 2023 · 1 comment · Fixed by #726
Open
4 tasks done
Tracked by #713

메일 본문 마크다운 문법을 지원한다. #714

woowabrie opened this issue Aug 28, 2023 · 1 comment · Fixed by #726
Assignees
Labels
관리 화면 기능 New feature or request

Comments

@woowabrie
Copy link

woowabrie commented Aug 28, 2023

할 일

  • 관리 화면에서 보여줄 에디터 선택
  • 관리 화면에 에디터 적용
  • 서버에서 사용할 markdown to html 라이브러리 선택
  • 서버에서 메일 전송 전 본문 변환

작업일정

8월 28일 ~ 9월 4일

후속 작업

@woowabrie
Copy link
Author

markdown processor

mvnrepository의 markdown processor top 10 에서 최근까지 관리되고 있는 프로젝트를 선별

flexmark-java

commonmark-java

intellij-markdown


세 라이브러리 모두 commonMark spec을 따르고 있고 확장 가능함
대동소이하여 코틀린으로 작성된(+jetbrain의 관리) intellij-markdown으로 선택

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
관리 화면 기능 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant