Code Syntax Highlighting Block

설명

A WordPress plugin that provides a Gutenberg block for displaying computer source code with syntax-highlighting. Uses highlight.js under the hood.

  • ✅ Supports 192 languages
  • ✅ 256 included themes
  • ✅ Server rendered static HTML
  • ✅ Zero JS runtime dependencies
  • ✅ Dynamic light/dark mode based on preferred color scheme

스크린샷

  • A demo of syntax-highlighted PHP code.
  • A demo of editing the block in the Gutenberg editor.

블록

이 플러그인은 1개의 블록을 제공합니다.

  • Code with Syntax Highlighting Display computer code with syntax highlighting.

FAQ

Why no line numbers?

Because highlight.js does not have them.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Code Syntax Highlighting Block”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Code Syntax Highlighting Block”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.2

  • Updated Codemirror code editor in Gutenberg to latest version
  • Updated internal dependencies

1.1.1

  • Added option for setting global default line height

1.1.0

  • Added better code editor

1.0.0

  • Release