You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I add my own styles and scripts inside the editor so that it doesn't affect global styles?
Example:
var simplemde = new SimpleMDE({
css: https://cdn.jsdelivr.net/npm/uikit@3.9.4/dist/css/uikit.min.css
js: https://cdn.jsdelivr.net/npm/uikit@3.9.4/dist/js/uikit.min.js
});
The text was updated successfully, but these errors were encountered:
Please tell me how to add these: syntax highlighting, theme and autocomplete.
Here is my code:
How do I add my own styles and scripts inside the editor so that it doesn't affect global styles?
Example:
var simplemde = new SimpleMDE({ css: https://cdn.jsdelivr.net/npm/uikit@3.9.4/dist/css/uikit.min.css js: https://cdn.jsdelivr.net/npm/uikit@3.9.4/dist/js/uikit.min.js });
The text was updated successfully, but these errors were encountered: