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

마크다운 문법 개선 #206

Open
prayinforrain opened this issue Dec 7, 2022 · 0 comments
Open

마크다운 문법 개선 #206

prayinforrain opened this issue Dec 7, 2022 · 0 comments
Assignees
Labels
enhancement 최적화 및 개선 작업 frontend 프론트엔드 작업 내용

Comments

@prayinforrain
Copy link
Collaborator

prayinforrain commented Dec 7, 2022

에디터 작동 관련된 버그는 이 이슈에서 다루지 않습니다.
debugplz

마크다운을 실사용 가능한 수준까지 안정화하고자 합니다.
많은 분들의 도움이 필요합니다..

  • refactor/206-markdown브랜치에서 에디터는 테스트를 위해 실시간 미리보기를 지원합니다. (PR 전에 비활성화 예정)
  • 문법이 납득 가능하게 작동하는지, 버그가 없는지 체크가 필요합니다.
    • 만약 문제를 발견하면 입력한 raw text와 함께 할 일 은행의 마크다운 접힘글 또는 이슈 댓글에 기록해주세요!
    • 납득 가능한 작동의 기준은 깃허브 이슈 에디터 기준입니다. 표준에 맞지 않더라도 여기서 작동하면 정상으로 생각합니다.
    • 파서 구조가 예고 없이 변경될 수 있어 버그 확인이 어려울 수 있습니다.. 정확히 체크하기 위해 입력하신 텍스트를 정확히 기록해주세요!
  • bold, 밑줄 등의 문법은 표준이 아닙니다.
    • 지원하는 마크다운이 있는데, 우리의 모티브인 GFM은 없습니다.
    • 그냥 제 임의로 넣었습니다..

지원하는 문법은 아래와 같습니다.

> 인용
``` 코드블럭
# 헤딩(h1~h6)
`codespan`
--- *** ___ 구분선
**볼드**
*이태릭*
--취소선--
~~취소선~~
_밑줄_ // 첨부 이미지 URL에 태그를 적용하는 문제가 있어 임시로 막아두었습니다.
__밑줄__
[링크이름](URL)
![altText](이미지URL)

지원하고 싶은 문법은 아래와 같습니다.

1. ordered list
1) ordered list
- unordered list
* unordered list
+ unordered list
표 그리고 싶은데 못할듯

지원하지 않을 문법은 아래와 같습니다.

HTML 태그 삽입
코드블럭 언어 별 syntax highlight
@prayinforrain prayinforrain added enhancement 최적화 및 개선 작업 frontend 프론트엔드 작업 내용 labels Dec 7, 2022
@prayinforrain prayinforrain self-assigned this Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 최적화 및 개선 작업 frontend 프론트엔드 작업 내용
Projects
None yet
Development

No branches or pull requests

1 participant