From 9f7ed72295eee920290be0cf16e12bafd16ef84c Mon Sep 17 00:00:00 2001 From: Eason Wang <118591155+neoxone2@users.noreply.github.com> Date: Sat, 1 Jul 2023 22:01:32 +0800 Subject: [PATCH] add plugin hexo-runcode (#2026) --- source/_data/plugins.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_data/plugins.yml b/source/_data/plugins.yml index 596c835316..e324de260c 100644 --- a/source/_data/plugins.yml +++ b/source/_data/plugins.yml @@ -3456,3 +3456,12 @@ - renderer - djot - "djot.js" +- name: hexo-runcode + description: Running js html css code in post page + link: https://github.com/neoxone2/hexo-runcode + tags: + - runcode + - tag + - html + - js + - css