rajgoel / reveal.js-plugins

Plugins for reveal.js
MIT License
747 stars 249 forks source link

Markdown support #91

Closed vasilevkirill closed 4 years ago

vasilevkirill commented 4 years ago

mb possible adding support information of audio files?

<!--- Audio:filepath -->

rajgoel commented 4 years ago

Maybe you can set data-audio-src similar to this markdown that I used in one my slide decks:

---

In Gaussian elimination, one uses a sequence of elementary row operations to modify the matrix until the lower left-hand corner of the matrix is filled with zeros, as much as possible. 

---

#### Row operations ####
<!-- .element data-audio-text=" " -->

There are three types of elementary row operations: 

- swapping two rows, 
- multiplying a row by a non-zero number, and
- adding a multiple of one row to another row. 

---