0.0
Ruby syntax highlighting.
2021
2022
2023
2024
2025
2026
0.0
Adds syntax highlighting and some other code stuff to Markdown
2021
2022
2023
2024
2025
2026
0.0
Rougify your syntax highlighting in Bridgetown markdown code blocks
2021
2022
2023
2024
2025
2026
0.0
slodown.py replaces the Coderay-based syntax highlighting in Slodown with Pygments.rb
2021
2022
2023
2024
2025
2026
0.0
A Textbringer plugin that provides comprehensive Markdown syntax highlighting with support for headings, code blocks, links, lists, and more.
2021
2022
2023
2024
2025
2026
0.0
This Jekyll plugin allows to you write literate Agda. It will compile your code using Agda itself, producing beautifully highlighted and hyperlinked pages.
2021
2022
2023
2024
2025
2026
0.0
Twirb is a Ruby text-editor and an alternative to irb, with syntax highlighting and indentation for writing ruby code and executing it directly in your terminal
2021
2022
2023
2024
2025
2026
0.0
A Jekyll plugin that enables Pygments syntax highlighting for kramdown-parsed fenced code blocks.
2021
2022
2023
2024
2025
2026
0.05
It makes working with pure SQL easier with syntax highlighting.
Let's you clean your Ruby code from SQL strings.
2021
2022
2023
2024
2025
2026
0.0
This Jekyll plugin provides better support for markdown fenced codeblocks, allowing to specify options such as highlighting and line numbering in the info strings allowed by the GFM syntax
2021
2022
2023
2024
2025
2026
0.0
A rails gem to display your code properly on webpages using syntaxHighlighter
2021
2022
2023
2024
2025
2026
0.0
Automatically add links to the Rust Playground for code samples in your Jekyll site.
2021
2022
2023
2024
2025
2026
0.0
'jekyll-code-block-linenos' can replace 3-backticks code-block including keyword 'linenos' in markdown with 'highlight tag including linenos' before rendering markdown to html.
2021
2022
2023
2024
2025
2026
0.0
Embed code snippets from GitHub repositories directly in your Jekyll blog posts with automatic syntax highlighting, line range support, and clickable links to the source.
2021
2022
2023
2024
2025
2026
0.0
A Ruby tool to export Claude Code conversations from JSONL session files
into beautifully formatted Markdown and HTML files with syntax highlighting,
secret detection, and multiple template options.
2021
2022
2023
2024
2025
2026
0.0
Codetheme is a theme that aims to recreate VSCode by using the same fonts, color palette, and style. It also supports code highlighting and blockquotes.
2021
2022
2023
2024
2025
2026
0.0
RuboCop CLI that only lints and auto-fixes code you committed by utilizing `git-log` and `git-diff`. Rfix CLI makes it possible to lint (`rfix lint`) and auto-fix (`rfix local|origin|branch`) code changes since a certain point in history. You can auto-fix code committed since creating the current...
2021
2022
2023
2024
2025
2026
0.0
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
2021
2022
2023
2024
2025
2026
0.0
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
2021
2022
2023
2024
2025
2026
0.09
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.
The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be com...
2021
2022
2023
2024
2025
2026