uniorg-rehype
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -145,2 +145,4 @@ import { u } from 'unist-builder'; | ||
} | ||
case 'statistics-cookie': | ||
return h(org, 'span', { className: 'statistics-cookie' }, org.value); | ||
case 'plain-list': | ||
@@ -147,0 +149,0 @@ if (org.listType === 'unordered') { |
{ | ||
"name": "uniorg-rehype", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"type": "module", | ||
@@ -58,3 +58,3 @@ "description": "uniorg plugin to transform to rehype", | ||
}, | ||
"gitHead": "6dfb8cbb73d14b189ff90fc6cd359e0dcc392e85" | ||
"gitHead": "c6fdf0db0e2e4372c8125636d291a55ef2861cb9" | ||
} |
Sorry, the diff of this file is not supported yet
66964
389