aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugin/markdown
AgeCommit message (Expand)Author
2013-11-30Simpler default syntax for markdown attributes.VonC
2013-11-30Removes console.log calls.VonC
2013-11-30Fix previous element selection.VonC
2013-11-30Fix element attributes, except for multi-line.VonC
2013-11-30Remove section attribute implementation.VonC
2013-11-30First refactoringVonC
2013-11-07add code slide to markdown example #682Hakim El Hattab
2013-11-06Add slide attributes for single slide section case.VonC
2013-11-04Remove console.log debugs, and fix tabsVonC
2013-11-04Fix default separator pattern for attribute in slide.VonC
2013-11-04Fix markdown.js slideAttributesSeparator selection.VonC
2013-11-04Rebased on dev, and following contribution guideline.VonC
2013-11-04Fix markdown vertical wrapping section element generation.VonC
2013-11-04Make sure a pattern doesn't include space.VonC
2013-11-04Fix bug on data attributes for first vertical slide.VonC
2013-11-04Add attributes in markdown for slide generation.VonC
2013-10-28format tweaks markdown.js, remove extra image assetHakim El Hattab
2013-10-27Add 'data-element-attributes' attr. to 'section'.VonC
2013-10-27Cleanup code, remove console log debugs.VonC
2013-10-27Add attributes extracted from an attribute.VonC
2013-10-27Uses the right method setAttribute.VonC
2013-10-27First implem for adding classes to enclosing elts.VonC
2013-10-11better check for arrays in markdown pluginHakim El Hattab
2013-09-29Property 'length' is not a variable.Lars Kappert
2013-09-06markdown plugin can now process slides that are added at runtimeHakim El Hattab
2013-09-06fix issue with notes on last slide of external markdown #589Hakim El Hattab
2013-08-27markdown refactoring #507Hakim El Hattab
2013-08-24fix bug where markdown notes in last slide would not parse #574Hakim El Hattab
2013-08-24always use 'i' as iteratorHakim El Hattab
2013-08-24markdown refactoring; comments, renamed functions, shorter argument listsHakim El Hattab
2013-08-24more markdown plugin refactoringHakim El Hattab
2013-08-23standardize way of declaring functionsHakim El Hattab
2013-08-23update markdown plugin formatting to match reveal.js coreHakim El Hattab
2013-08-20merge support for notes when using external markdownHakim El Hattab
2013-07-31Merge branch 'bug/markdown' of https://github.com/snowyu/reveal.js into devHakim El Hattab
2013-07-31* [bug] fixed render markdown file error like this:Riceball LEE
2013-07-24highlight charset option for external md in readme #537Hakim El Hattab
2013-07-23updated markdown example with data-charsetEmile 'iMil' Heitor
2013-07-23added custom charset support for external markdown fileEmile 'iMil' Heitor
2013-06-25Support for notes within markdownAdam Hepton
2013-05-02remove lang prefix from marked.js to fix highlight issueAmit Kotlovski
2013-05-02minify marked #433Hakim El Hattab
2013-05-01Replace the ShowDown Markdown engine with markedAmit Kotlovski
2013-04-20forward all attributes for markdown slides (#413)Hakim El Hattab
2013-04-20Added support for data-state in section when using external markdown files.Martin Kurtsson
2013-03-24More verbose error slide (HTTP necessary)Jakub Holy
2013-03-24Better error reporting for external Markdown filesJakub Holy
2013-03-01Update markdown.jsynonp
2013-02-27Merge branch 'patch-1' of https://github.com/asmod3us/reveal.js into devHakim El Hattab
2013-02-27merge external markdown support, move example to plugin (#329)Hakim El Hattab
2013-02-26Update plugin/markdown/markdown.jsasmod3us
2013-01-30Slightly refactored "slidify" flowLars Kappert
2013-01-29Support for external markdown files, including configurable (vertical) slide ...Lars Kappert
2012-11-16null check for notes in markdown parser (#253)Hakim El Hattab
2012-11-16avoid stripping out notes when parsing markdown (closes #253)Hakim El Hattab
2012-10-28update syntax highlight after editing (#210), move markdown and highlight scr...Hakim El Hattab