hexo-plugin-aurora
Advanced tools
Comparing version
@@ -0,1 +1,8 @@ | ||
## [1.8.3](https://github.com/auroral-ui/hexo-plugin-aurora/compare/v1.8.2...v1.8.3) (2023-09-16) | ||
### Bug Fixes | ||
* code fence lang is undefined cause build fail ([0be169b](https://github.com/auroral-ui/hexo-plugin-aurora/commit/0be169bc24ae4af1e89a6e04edc5be4ee07956c1)) | ||
## [1.8.2](https://github.com/auroral-ui/hexo-plugin-aurora/compare/v1.8.1...v1.8.2) (2023-09-13) | ||
@@ -2,0 +9,0 @@ |
@@ -64,2 +64,9 @@ const shiki = require('shiki'); | ||
function parseFence(infoString) { | ||
if (!infoString) { | ||
return { | ||
lang: defaultLang, | ||
meta: {} | ||
}; | ||
} | ||
const tokens = lex(infoString); | ||
@@ -66,0 +73,0 @@ |
{ | ||
"name": "hexo-plugin-aurora", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "A plugin for Hexo Aurora theme", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
73170
0.49%1913
0.31%