VelvetRope is a renderer to complement and enhance Redcarpet's default HTML renderer. It adds support for emoji and syntax-highlighting.
Rygments is a Ruby wrapper for the Pygments syntax highlighter. It uses an embedded Python interpreter to get high processing throughput.
Rack Middleware for syntax highlighting.
Wrapper for RedCarpet, adding syntax highlighting, emojis etc.
git diff with code syntax highlight
Syntax highlighting and Markdown/Textile parsing
A plugin for the YARD documentation system that adds syntax highlighting for a wide variety of languages using the Pygments highlighter.
Uses the Ultraviolet gem to highlight any language that TextMate can highlight, and has a (Thor) generator to generate the relevant CSS files.
A Thredded plugin that highlights code syntax in your Markdown posts via Coderay.
== DESCRIPTION: Filters from your choice of Markdown, Textile or Plain HTML into HTML and gives appropriate markup for syntax highlighting on code. == FEATURES/PROBLEMS: * Formats Textile or Markdown * Applies markup to code for syntax highlighting. * requires a filter(string) column
git_editor is an editor for using git on Windows. It provide syntax highlighting during config editing, interactive rebasing and committing. You can install it as a gem or you can choose the standalone version if you are not using ruby. Please refer to the github page for more details. https://github.com/erinata/git_editor
Converts a vimwiki markdown file to html. It parses [[links]] and has support for syntax highlighting.
Extends ActionText to support highlighted code blocks
Syntax highlighter for code and text.
Albeano lets you to write language specifics code snippets within text and returns Pygments generated HTML syntax highlighted code
Ultraviolet syntax highlighting in Jekyll
Ultraviolet is a syntax highlighting engine based on Textpow. Since it uses Textmate syntax files, it offers out of the box syntax highlighting for more than 50 languages and 20 themes.
Ultraviolet is a syntax highlighting library and engine. It uses TextMate[http://macromates.com/] syntax files and parses them using the Textpow[http://textpow.rubyforge.org] library. It supports more than 60 programming languages out of the box.
Use Syntax Highlighter plugin when generating files with smartgen
Syntax Highlighting for Rails using latest PrismJS.
Adds syntax highlighting and some other code stuff to Markdown
PersonalBlog adds a responsive and completely customizable single-user blog to any Ruby on Rails application. It supports markdown and provides syntax highlighting with a clean, minimalistic design.
Javascript syntax highlighter by Ivan Salagaev
Provides syntax highlighting and other visualizations for Mustermman
a gem to get syntaxhilight via ultraviolet
A library for generating and storing syntax-highlighted code
Serves a file with syntax highlighting
Syntax-on is a library/cli/website for highlighting source by automating vim
Distill from gblog, including editor, textile like syntax and code syntax highlight'
Provides Kramdown markup (with syntax highlighting by CodeRay) for Forem posts
Pirka highlights source code syntax in EPUB books
Live preview your github flavored markdown file (with syntax highlighting!).
Pry plugins approved for 1.8: pry-remote + pry-rescue + pry-nav + pry-awesome_print + pry-highlight + pry-doc + pry-theme + pry-syntax-hacks + pry-pretty-numeric + pry-git
Syntax-on is a library/cli/website for highlighting source by automating vim
CommonMarker wrapper with Rouge syntax highlighter
A Jekyll plugin that enables Pygments syntax highlighting for kramdown-parsed fenced code blocks.
This is a syntax highlighter plugin for Kramdown that leverages Tree-sitter's native syntax highlighter to highlight code blocks (and spans) when rendering HTML. Tree-sitter is a modern, general-purpose parsing library that outclasses many existing tools at the task of syntax highlighting. This plugin adapts Tree-sitter's native highlighter for Kramdown, so that Tree-sitter's superior highlighting capabilities can be easily leveraged in the context of rendering Markdown.
Generate syntax highlighted HTML using Markdown/Lighthouse conventions.
A simple (!) extension to the syntax gem, that allows you to highlight vim syntax.
Adds CodeRay syntax highlighting support to RedCloth, with a ‘source’ tag.
Adds CodeRay syntax highlighting support to RedCloth, with a ‘source’ tag.
High performance syntax highlighting.
CodeRay is a Ruby library for syntax highlighting. I try to make CodeRay easy to use and intuitive, but at the same time fully featured, complete, fast and efficient. Usage is simple: CodeRay.scan(code, :ruby).div
CodeRay is a Ruby library for syntax highlighting. I try to make CodeRay easy to use and intuitive, but at the same time fully featured, complete, fast and efficient. Usage is simple: require 'coderay' code = 'some %q(weird (Ruby) can't shock) me!' puts CodeRay.scan(code, :ruby).html
== DESCRIPTION: Filters from your choice of Markdown, Textile or Plain HTML into HTML and gives appropriate markup for syntax highlighting on code. == FEATURES/PROBLEMS: * Formats Textile or Markdown * Applies markup to code for syntax highlighting. * requires a filter(string) column
A gemified version of the isagalaev/highlight.js: "Highlight.js is a syntax highlighter written in JavaScript."
Ruby syntax highlighting
== DESCRIPTION: html-me converts text to html for posting in the web. It does this two ways. First, it processes the text unsing RedCloth (a textile engine), then it finds all of the _pre_ tags and adds syntax highlighting. == FEATURES/PROBLEMS: * The syntax highlighting embeds the styles in the HTML tags. I currently don't have access to my blog's stylesheet (damned Wordpress) so that's how it needed to be. CSS class names should be added soon.
Ultraviolet is a syntax highlighting library and engine. It uses TextMate[http://macromates.com/] syntax files and parses them using the Textpow[http://textpow.rubyforge.org] library. It supports more than 60 programming languages out of the box.
A tiny and powerful blogging engine, wrapped up in a Rubygem. Supports markdown-based posts, syntax highlighting, and RSS feeds.