Skip to content

html : 웹페이지 안에 c언어 코드를 보여주고 싶어요 #19

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

Closed
ghost opened this issue Jan 2, 2018 · 1 comment
Closed
Assignees

Comments

@ghost
Copy link

ghost commented Jan 2, 2018

html을 이용하여 웹페이지를 제작중인데 c언어로 만든 코드를 웹페이지에 올리고 싶습니다.
프리뷰를 누르면 나오는 모양처럼요
사진처럼 코드가 무언가에 둘러싸이게 하고 싶어요

screenshot_2017-12-25-01-01-29

#include<stdio.h>
int main(void)
{
printf("hello world\n")
return 0;
}
@blackdew blackdew added this to the 코딩야학 3기 milestone Jan 2, 2018
@egoing
Copy link
Contributor

egoing commented Jan 2, 2018

코드를 문법에 따라서 하이라이트해서 보여주고 싶으신건가요?

우선 검색어를 추천해드릴께요.
syntax highlight javascript library

혹시 자바스크립트가 학습이 안되어 있으시다면 web2 javascript 수업까지 공부하시면 쉽게 라이브러리를 이용해서 해결할 수 있을 것 같습니다.

검색해보시고 해결되지 않으시면 이슈를 다시 열어주시고 후속 질문을 해주셔요~

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

No branches or pull requests

3 participants