@manuscripts/transform 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -260,6 +260,7 @@ class HTMLTransformer {
260
260
  };
261
261
  return ['span', attrs];
262
262
  };
263
+ nodes.comment_list = () => '';
263
264
  const serializer = new prosemirror_model_1.DOMSerializer(nodes, marks);
264
265
  return serializer.serializeFragment(fragment, { document });
265
266
  };
@@ -254,6 +254,7 @@ export class HTMLTransformer {
254
254
  };
255
255
  return ['span', attrs];
256
256
  };
257
+ nodes.comment_list = () => '';
257
258
  const serializer = new DOMSerializer(nodes, marks);
258
259
  return serializer.serializeFragment(fragment, { document });
259
260
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/transform",
3
3
  "description": "ProseMirror transformer for Manuscripts applications",
4
- "version": "1.1.5",
4
+ "version": "1.1.6",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",