8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fd33007 커밋 이후로 collapse 안에 있던 python 코드들이 하이라이팅이 안 되는 것 같아요.
C++은 변함없이 잘 표시되는데, python의 map이나 int, print 등 예약어들의 색깔 구분 없이 그냥 나오네요. 왜 그럴까요?
map
int
print
HTML 역시 아래처럼 되는 걸로 보아, 하이라이터가 적용 안되고 있는 것이 맞아보입니다.
<pre><code class="lang-python">a, b = map(int, input().split()) print(a / b) </code></pre>
The text was updated successfully, but these errors were encountered:
헉 그르네요 전혀 예상하지 못한 이슈가..
Sorry, something went wrong.
좀 확인해보니 특이한게 몇 군데는 먹히고 몇 군데는 안 먹히네요.. 이유가 뭘까요? ㅠㅠ
jwvg0425
No branches or pull requests
fd33007 커밋 이후로 collapse 안에 있던 python 코드들이 하이라이팅이 안 되는 것 같아요.
C++은 변함없이 잘 표시되는데, python의
map
이나int
,print
등 예약어들의 색깔 구분 없이 그냥 나오네요. 왜 그럴까요?HTML 역시 아래처럼 되는 걸로 보아, 하이라이터가 적용 안되고 있는 것이 맞아보입니다.
The text was updated successfully, but these errors were encountered: