PHP Classes

File: public/assets/plugin/markdown/custom-markdown.js

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Personal   public/assets/plugin/markdown/custom-markdown.js   Download  
File: public/assets/plugin/markdown/custom-markdown.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Personal
Generate a portfolio site
Author: By
Last change:
Date: Yesterday
Size: 332 bytes
 

Contents

Class file image Download
const markdown = new SimpleMDE({ element: document.getElementById("content"), spellChecker: false, preview:true, autosave: { enabled: false, unique_id: "content", }, }); if (!window.location.href.includes("admin")) { markdown.togglePreview(); markdown.gui.toolbar.style.display = "none"; }