Skip to content
forked from iphands/Meltdown

Meltdown (Markdown Extra Live Toolbox): A JQuery plugin that adds Markdown Extra live previews, and a toolbar for common markdown actions.

Notifications You must be signed in to change notification settings

jlgrall/Meltdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meltdown (Markdown Extra Live Toolbox)

A JQuery plugin that adds Markdown Extra live previews, and a toolbar for common markdown actions. Check out the project page for a live demo

##Usage ###Simple, standard, awesome

jQuery('some_selector').meltdown();

###Advanced, changing the preview slider timeout and adding an example widget, still awesome

jQuery('some_selector').meltdown({
  previewTimeout: 4000,
  examples['test'] = {
    label: "Test",
    altText: "A test example/opt",
    markdown: "this is a test"
  }
});

##Libraries that Meltdown uses

[1] jQuery UI and rangyinputs are optional. For now Meltdown will still function without these plugins.

##License Copyright (c) 2013 Ian Page Hands and Mark Caron. Licensed under the GPLv3 license.

About

Meltdown (Markdown Extra Live Toolbox): A JQuery plugin that adds Markdown Extra live previews, and a toolbar for common markdown actions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • CSS 8.3%