diff --git a/_notes/your-first-note.md b/_notes/your-first-note.md index a8774a8..3339ee0 100644 --- a/_notes/your-first-note.md +++ b/_notes/your-first-note.md @@ -40,6 +40,16 @@ You may include a tweet URL on its own line (like below), and it would be replac https://twitter.com/jack/status/20 +### Media embedding + +You may embed media files within a note using HTML5 media tags. Here's an example for an audio file: + +"Jazzy Frenchy" by Benjamin Tissot from bensound.com + + ### Site configuration Some behavior is configurable by tweaking the `_config.yml` file. diff --git a/assets/jazzyfrenchy.mp3 b/assets/jazzyfrenchy.mp3 new file mode 100644 index 0000000..b518575 Binary files /dev/null and b/assets/jazzyfrenchy.mp3 differ