Steps to reproduce the issue
- Use plugin Elementor
- Activate Markdown support in JetPack
- Edit page with Elementor
What I expected
No error messages in console.
What happened instead
jQuery not defined.
Propsed fix.
Don't assume jQuery is loaded before calling it. See
Steps to reproduce the issue
What I expected
No error messages in console.
What happened instead
jQuery not defined.
Propsed fix.
Don't assume jQuery is loaded before calling it. See
jetpack/modules/markdown/easy-markdown.php
Line 453 in ce014ac