Skip to content

Files

Latest commit

 

History

History
 
 

simplemde

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cljsjs/simplemde

[cljsjs/simplemde "1.11.2-0"] ;; latest release

This jar comes with deps.cljs as used by the Foreign Libs feature of the ClojureScript compiler. After adding the above dependency to your project to can require the packaged library like so:

(ns application.core
  (:require cljsjs.simplemde))

Non-JS Dependencies

This package contains two CSS files,

/cljsjs/simplemde/development/simplemde.css      ;non-minified
/cljsjs/simplemde/production/simplemde.min.css   ;minified

One of which you must also load into your project in order to use SimpleMDE. Refer to the wiki to learn how to include this file in your project.