-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo website fails to import Quill Markdown #30
Comments
I have same problem. Has anyone solved it ? |
Not solved it, but the demo importing as a module works which you may find useful: https://patleeman.github.io/quill-markdown-shortcuts/module/ |
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("quill"));
else if(typeof define === 'function' && define.amd)
define(["quill"], factory);
else if(typeof exports === 'object')
exports["MarkdownShortcuts"] = factory(require("quill"));
else
root["MarkdownShortcuts"] = factory(root["quill"]);
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__) {
return /******/ (function(modules) { // ### webpackBootstrap It is because the quill is not import properly, change the word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
The demo website (https://patleeman.github.io/quill-markdown-shortcuts/) is failing to import Quill Markdown with the following message:
Tested on Chrome and Firefox, Linux.
The text was updated successfully, but these errors were encountered: