Hexo Renderer Pandoc

screenshot of Hexo Renderer Pandoc
hexo

Hexo Renderer Pandoc

A pandoc-markdown-flavor renderer for hexo.

Overview:

The hexo-renderer-pandoc is a markdown renderer plugin for Hexo that allows for converting Pandoc's markdown to HTML. It can also serve as a renderer for formats such as textile and reStructuredText.

Features:

  • Markdown Conversion: Converts Pandoc's markdown to HTML.
  • Support for Various Formats: Can be used as a renderer for textile, reStructuredText, and more.
  • Customization Options: Allows for customization through _config.yml for specifying the location of the pandoc executable and passing arguments to pandoc.

Summary:

The hexo-renderer-pandoc plugin is a useful tool for converting Pandoc's markdown to HTML within the Hexo framework. With customization options available, users can tailor the plugin to suit their specific needs and preferences.

hexo
Hexo

Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.