Bug: Commonmark is broken #37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit broke the apps that rely on CommonMark. I could only replicate it on those who import it with
import * as commonmark from './commonmark.min.js';
and not with<script src="commonmark.min.js"></script>
, so that is most likely due to how CommonMark exports its methods and classes.Uncaught (in promise) TypeError: commonmark.Parser is not a constructor
You're right. I tried to test exactly for that but missed somehow. Thanks. Reverted until I can sort myself out.
7bcdbd3813