This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Pygment It

विवरण

By default, Pygment It will auto discover if Pygments is installed (through command -v pygmentize). If not, it will use http://pygments.appspot.com to highlight code (but without support for: highlighted lines, line numbers and line number to start).

  • Syntax-highlighted code cached as post metadata
  • Admin panel to choose theme, default language and Pygments usage (local, external API or auto discover)
  • Multiple themes available (github, monokai, railscasts, mustang, among others..)
  • Support for hl_lines (highlighted lines), linenos (line numbers) and linenostart (line number to start) when using a local installation of Pygments
  • Works with all Pygments’s supported languages (the full list can be found here)

स्क्रीनशॉट्स

  • screenshot-1.png
  • screenshot-2.png

इंस्टॉलेशन

This section describes how to install the plugin and get it working.

  1. Upload plugin’s content to /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

सामान्य प्रश्न

Must I have Pygments installed in my server?

No, in case your server does not have Pygments installed, the plugin will use an external api to perform syntax highlight

समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “Pygment It” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

0.2

Escaping \

0.1

  • Plugin creation