QMarkdown, UMD versions above 1.0.27 are broken
-
UMD versions of QMarkdown, above 1.0.27 (i.e. 1.027 -> 1.0.31) are broken and don’t work. I have been tested
<q-markdown> ::: info text ::: ::: info here be **dragons** with a `token` ::: </q-markdown>
It doesn’t render markdown.
The problem is inside umd js code, it requires Prism file/moduleconst Fr=require("prismjs");
Chrome developer console says:
Uncaught ReferenceError: require is not defined
at index.umd.min.js:6
at index.umd.min.js:6
at index.umd.min.js:6Versions 1.0.27 and below work well.
-
@Pablo74 Thanks for bringing this to my attension. It would have been better, though, to raise an issue on the github repo so it had more visibility.
-
-
Fixed in v1.0.33
-
Thank you for fix!
Yeah, I know github issue is better way; have no account on github yet, so… I used this forum. -
If you don’t have a github account, next time tag me so I see it next time I am on forums @Pablo74