Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
SyntaxHighlighter 에서 wrap 사용하기 본문
역시나 구글에서 검색을 해 보니 SyntaxHighlighter v3 에서 wrap 기능을 사용 못하는 것을 안타까와 하는 사람들이 나 말고 또 있었다.
JQuery 를 이용한 해결책이 나와 있다.
#182 Version 3. Making code wrap.
https://bitbucket.org/alexg/syntaxhighlighter/issue/182/version-3-making-code-wrap다음 포스트에서는 글쓴이는 wrap 기능을 위해서 2.1 버전을 사용한다고 한다.
BlogEngine RC 2.0 and SyntaxHighlighter 3.0.83 Line Wrap Problem
http://blog.kaide.net/post/2010/12/20/BlogEngine-RC-20-and-SyntaxHighlighter-3083-Line-Wrap-Problem.aspx글쓴이가 이슈 제기를 한 포스트. 댓글을 보면 왜 wrap 기능을 넣지 못했는지 원인과 대략적인 해결책이 나와 있다.
#224 horizontal line wrapping doesn't work
https://bitbucket.org/alexg/syntaxhighlighter/issue/224/horizontal-line-wrapping-doesnt-work'컴퓨터 일반' 카테고리의 다른 글
web 에서 Syntax Highlighter 만들기 (0) | 2011.06.14 |
---|---|
Tistory 블로그에 jQuery Syntax Highlighter 적용 (0) | 2011.06.14 |
Tistory에서 SyntaxHighlighter 사용하기 (0) | 2011.06.06 |
아이폰 테더링 (0) | 2010.08.23 |
Safari 확장 프로그램 (0) | 2010.08.23 |
Comments
Version 3.0 uses a different html layout compared to version 2.0. Wrappings are currently not possible because the current html layout allows no syncing of the height of code lines and their corresponding line numbers.
I think there are three ways to achieve line wrappings again: