Compare commits

..

No commits in common. "b016f77c51b076b23a86a5524d353fdaa000ee68" and "71809455e2bd9a5f4caea7eec38d2903ea3c5954" have entirely different histories.

3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@doc-utils/markdown2html",
"version": "0.3.1",
"version": "0.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@doc-utils/markdown2html",
"version": "0.3.1",
"version": "0.3.0",
"dependencies": {
"bytefield-svg": "^1.6.1",
"dompurify": "^2.3.6",

View File

@ -1,6 +1,6 @@
{
"name": "@doc-utils/markdown2html",
"version": "0.3.1",
"version": "0.3.0",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},

View File

@ -116,6 +116,7 @@ export function description_list_ext(renderer: marked.Renderer, opts: MarkdownOp
render_current();
if (token.items.length) {
console.log(token);
return token;
}
},