Add audio file example
This commit is contained in:
parent
04edc23990
commit
7be986e59e
@ -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
|
||||
<audio controls>
|
||||
<source src="/assets/jazzyfrenchy.mp3" type="audio/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
|
||||
### Site configuration
|
||||
|
||||
Some behavior is configurable by tweaking the `_config.yml` file.
|
||||
|
BIN
assets/jazzyfrenchy.mp3
Normal file
BIN
assets/jazzyfrenchy.mp3
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user