Pipe Delimited

Newline Delimited
A bit of a hack. See source code for details.

Checking Wimpy logic to handle both pipe and newline at the same time.

  1. <!-- NOTE: We've put spaces around the "pipe" character. Wimpy will automatically trim the spaces off, and it might be a little easier to read?-->
  2.  
  3. <div data-wimpyplayer data-media="../song1.mp3 | ../song2.mp3 | ../video1.mp4"></div>
  4. <p>Pipe Delimited</p>
  5.  
  6. <!-- NOTE: NOTE: putting newlines into an HTML attribute's "value" may not be something that all browsers honor... and may break the browser's ability to read the overall <DIV>? Generally not such a good idea, but if it works, hey, what the heck -->
  7. <div data-wimpyplayer data-media="../song1.mp3
  8. ../song2.mp3
  9. ../video1.mp4"></div>
  10. <p>Newline Delimited
  11. <br>A bit of a hack. See source code for details.</p>
  12.  
  13. <!-- Just checking Wimpy logic to handle both pipe and newline at the same time. -->
  14. <div data-wimpyplayer data-media="../song1.mp3 |
  15. ../song2.mp3 |
  16. ../video1.mp4"></div>
  17. <p>Checking Wimpy logic to handle both pipe and newline at the same time.</p>
giItT1WQy@!-/#