WP Manifestindependent plugin directory
manifest / developer / gfm-syntaxhighlighter

GFM Syntax Highlighter archived

Uses Git Flavored Markdown and Syntax highlighting.

by Oomph Inc · github.com/oomphinc/gfm-syntaxhighlighter

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/oomphinc/gfm-syntaxhighlighter/archive/refs/heads/master.zip

Readme

Git Flavored Markup with Syntax Highlighting

gfm-syntaxhighlighter allows for syntax highlighting while using github flavored markdown

Dependencies

  • Wordpress 4.2.4
  • PHP 5.6

Plugins:

  • wp-gfm
  • syntaxhighlighter

Installation

Install these plugins:

1 wp-gfm - https://github.com/makotokw/wp-gfm.git

2 Syntax Highlighter Evolved - https://wordpress.org/plugins/syntaxhighlighter/

3 gfm-syntaxhighlighter - https://wordpress.org/plugins/gfm-syntaxhighlighter/

Usage

Activate all three plugins, use wp-gfm as intented and enjoy.

Modifications

Syntaxhighlighter Evolved comes with code hook attributes that can modify fenced in code blocks, the descriptions of each attribute is on the Syntaxhighlighter Evolved settings page.

Read the full README on GitHub →