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

markdown bullet point not showing #11

Closed
kyungyunlee opened this issue Feb 28, 2021 · 2 comments
Closed

markdown bullet point not showing #11

kyungyunlee opened this issue Feb 28, 2021 · 2 comments

Comments

@kyungyunlee
Copy link

유림님 안녕하세요!
좋은 템플릿 감사합니다 :)
markdown안에서 bullet point (* , -)를 사용하면 그게 렌더링해서 안보여지는데 이건 어떤 문제일까요?
참고로 저는 크롬으로 보고 있습니다.

감사합니다!

@milooy
Copy link
Owner

milooy commented Mar 3, 2021

안녕하세요 ㅎㅎ
전역 css파일에서

ul {
    list-style: inherit !important;
}

를 넣어주면 되실 것 같습니다.
현재 기본 테마에는 none으로 되어있네요 ㅎㅎ

저도 보는게 불편해서 추후에 업뎃 할 예정이에요!

image

@kyungyunlee
Copy link
Author

정말 감사합니다 유림님! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants