Home
last modified time | relevance | path

Searched refs:createMarkdownSlide (Results 1 – 1 of 1) sorted by relevance

/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js103 function createMarkdownSlide( content, options ) { function
179 …markdownSections += '<section data-markdown>' + createMarkdownSlide( child, options ) + '</section…
185 …markdownSections += '<section '+ options.attributes +' data-markdown>' + createMarkdownSlide( sect…
243 section.innerHTML = createMarkdownSlide( getMarkdownFromSlide( section ) );