Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jekyll-paru

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-paru

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

jekyll-paru

Jekyll plugin for using Paru to render Markdown.

Installation

In the Gemfile of your Jekyll site, add:

gem 'jekyll-paru', group: :jekyll_plugins

And add the following to your _config.yml:

plugins:
  - jekyll-paru

Configuration

In _config.yml:

markdown: Paru
paru:
  # All options are optional
  exec: /path/to/pandoc
  options:
    # Look at https://github.com/htdebeer/paru/blob/master/lib/paru/pandoc_options.yaml for all options
    no_highlight: true
    shift_heading_level_by: 1
    filter:
      - pandoc-crossref
      - pandoc-katex
    metadata:
      - crossrefYaml=_data/crossref.yaml

FAQs

Package last updated on 06 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc