Given you have a soundfile like sound.wav in the same directory as your sagews file:
This markdown snippet shows the html5 audio player, but the URL to the file isn't converted to point to the raw server and hence it can't play the file.
%md
<audio controls=true src="sound.wav"/>
The text was updated successfully, but these errors were encountered:
Given you have a soundfile like
sound.wav
in the same directory as your sagews file:This markdown snippet shows the html5 audio player, but the URL to the file isn't converted to point to the raw server and hence it can't play the file.
The text was updated successfully, but these errors were encountered: