aboutsummaryrefslogtreecommitdiff
path: root/plugin/markdown
Commit message (Expand)AuthorAge
* code format tweakHakim El Hattab2014-04-06
* Merge branch 'xhr-local' of https://github.com/malyw/reveal.js into devHakim El Hattab2014-04-06
|\
| * Mark xhr.status=0 as successfulSergey Gospodarets2014-04-02
| * Mark xhr.status=0 as successfulSergey Gospodarets2014-04-02
* | Merge pull request #682 from tentacode/patch-1Hakim El Hattab2014-04-06
|\ \
| * | Removing global flag for replacing whitespacesGabriel Pillet2013-10-31
* | | renamed markdown attributes for clarity and consistency: data-vertical -> dat...Hakim El Hattab2014-02-17
| |/ |/|
* | add example of markdown slide and element attributesHakim El Hattab2013-12-02
* | Simpler default syntax for markdown attributes.VonC2013-11-30
* | Removes console.log calls.VonC2013-11-30
* | Fix previous element selection.VonC2013-11-30
* | Fix element attributes, except for multi-line.VonC2013-11-30
* | Remove section attribute implementation.VonC2013-11-30
* | First refactoringVonC2013-11-30
* | add code slide to markdown example #682Hakim El Hattab2013-11-07
* | Add slide attributes for single slide section case.VonC2013-11-06
* | Remove console.log debugs, and fix tabsVonC2013-11-04
* | Fix default separator pattern for attribute in slide.VonC2013-11-04
* | Fix markdown.js slideAttributesSeparator selection.VonC2013-11-04
* | Rebased on dev, and following contribution guideline.VonC2013-11-04
* | Fix markdown vertical wrapping section element generation.VonC2013-11-04
* | Make sure a pattern doesn't include space.VonC2013-11-04
* | Fix bug on data attributes for first vertical slide.VonC2013-11-04
* | Add attributes in markdown for slide generation.VonC2013-11-04
|/
* format tweaks markdown.js, remove extra image assetHakim El Hattab2013-10-28
* Add 'data-element-attributes' attr. to 'section'.VonC2013-10-27
* Cleanup code, remove console log debugs.VonC2013-10-27
* Add attributes extracted from an attribute.VonC2013-10-27
* Uses the right method setAttribute.VonC2013-10-27
* First implem for adding classes to enclosing elts.VonC2013-10-27
* better check for arrays in markdown pluginHakim El Hattab2013-10-11
* Property 'length' is not a variable.Lars Kappert2013-09-29
* markdown plugin can now process slides that are added at runtimeHakim El Hattab2013-09-06
* fix issue with notes on last slide of external markdown #589Hakim El Hattab2013-09-06
* markdown refactoring #507Hakim El Hattab2013-08-27
* fix bug where markdown notes in last slide would not parse #574Hakim El Hattab2013-08-24
* always use 'i' as iteratorHakim El Hattab2013-08-24
* markdown refactoring; comments, renamed functions, shorter argument listsHakim El Hattab2013-08-24
* more markdown plugin refactoringHakim El Hattab2013-08-24
* standardize way of declaring functionsHakim El Hattab2013-08-23
* update markdown plugin formatting to match reveal.js coreHakim El Hattab2013-08-23
* merge support for notes when using external markdownHakim El Hattab2013-08-20
|\
| * Support for notes within markdownAdam Hepton2013-06-25
* | Merge branch 'bug/markdown' of https://github.com/snowyu/reveal.js into devHakim El Hattab2013-07-31
|\ \
| * | * [bug] fixed render markdown file error like this:Riceball LEE2013-07-31
| |/
* | highlight charset option for external md in readme #537Hakim El Hattab2013-07-24
* | updated markdown example with data-charsetEmile 'iMil' Heitor2013-07-23
* | added custom charset support for external markdown fileEmile 'iMil' Heitor2013-07-23
|/
* remove lang prefix from marked.js to fix highlight issueAmit Kotlovski2013-05-02
* minify marked #433Hakim El Hattab2013-05-02