Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 379 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 379 Bytes

kanbandown

Kanban to Markdown to Kanban 🎉

Example

kanbandown

Usage

new Kanban({
    el: ".board",
    data: Kanban.mdToKanban(markdown), //Pass markdown here
    onUpdate : function(data){
      //Will be called when you update the kanban
    }
});