hexo-renderer-markdown-it
Advanced tools
Comparing version
@@ -16,2 +16,4 @@ 'use strict'; | ||
token.attrSet('alt', token.content); | ||
if (lazyload) { | ||
@@ -18,0 +20,0 @@ token.attrSet('loading', 'lazy'); |
{ | ||
"name": "hexo-renderer-markdown-it", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.", | ||
@@ -52,5 +52,5 @@ "main": "index.js", | ||
"eslint-config-hexo": "^5.0.0", | ||
"hexo": "^6.3.0", | ||
"hexo": "^7.0.0", | ||
"mocha": "^10.2.0", | ||
"c8": "^7.13.0" | ||
"c8": "^8.0.1" | ||
}, | ||
@@ -57,0 +57,0 @@ "engines": { |
21396
0.19%202
0.5%