New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hexo-renderer-unified

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-renderer-unified

Markdown renderer plugin for Hexo - based on Unified

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

hexo-renderer-unified

NPM version

Markdown renderer plugin for Hexo - based on unified

Installation

npm install hexo-renderer-unified --save

Options

You can configure this plugin in _config.yml.

unified:
  gfm: true
  pedantic: false
  commonmark: false
  footnotes: true
  math: false
  code: false
  code_ln: false
  add_nbsp: false
  titles_inc: 0
  • gfm - Enable GitHub flavored markdown
  • pedantic - Conform to obscure parts of markdown.pl as much as possible.
  • commonmark - Comply with the CommonMark specification.
  • footnotes - Enable footnotes at the end of the article
  • math - Add TeX parsing and rendering using KaTeX.
  • code - Enable code highlighting. Please disable code highlighting in Hexo if you want this package to highlight code.
  • code_ln - Add line numbering in front of highlighted code.
  • add_nbsp - Replace spaces with non-breaking spaces where necessary.
  • titles_inc - Shift all headers by a factor. Mainly intended for SEO.

Extras

This plugins adds a simple syntax <+++> to separate abstract from content if you want to generate and RSS feed. If you don't need it, just don't use it.

Keywords

FAQs

Package last updated on 24 Aug 2019

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