Socket
Socket
Sign inDemoInstall

hexo-renderer-adarender

Package Overview
Dependencies
257
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hexo-renderer-adarender

Ada render for hexo


Version published
Maintainers
1
Install size
156 MB
Created

Readme

Source

hexo-renderer-adarender

markdown-it & adarender plugin for hexo.

Installation

npm un hexo-renderer-marked --save
npm i hexo-renderer-adarender --save

You need add this code into head.

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/highlight.js/9.17.1/styles/github.min.css"
/>
<script
  type="text/javascript"
  src="https://cdn.jsdelivr.net/npm/echarts@4.5.0/dist/echarts.min.js"
></script>
<script
  type="text/javascript"
  src="https://cdn.jsdelivr.net/npm/adarender@0.5.2/dist/adarender.js"
></script>

Test

We use jest.

You need install jest.

npm i jest -g

And then, you can run test.

npm test

Keywords

FAQs

Last updated on 27 Dec 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc