Example (1/2)

data.txt

_TITLE
The slideshow title
_CREATOR
My name / organisation
_COVER
cover-image.png

_CSS_STYLE
.myClass { color: red; }
_FILES_CSS
my-styles.css

_JS_SCRIPT
document.addEventListener("DOMContentLoaded",
function(e) { alert("hello!"); }, false);

_FILES_JS
my-scripts.js

NO-MARKDOWN <div class="boxed framed"> <h3>data.txt</h3> <p class="code" style="font-size: 0.75em;"> <span class="pale-blue"> _TITLE</span> <br> <span class="pale-greenx"> The slideshow title</span> <br> <span class="pale-blue"> _CREATOR</span> <br> <span class="pale-greenx"> My name / organisation</span> <br> <span class="pale-blue"> _COVER</span> <br> <span class="pale-greenx"> cover-image.png</span> <br> <br> <span class="pale-blue"> _CSS_STYLE</span> <br> <span class="pale-greenx"> .myClass { color: red; }</span> <br> <span class="pale-blue"> _FILES_CSS</span> <br> <span class="pale-greenx"> my-styles.css</span> <br> <br> <span class="pale-blue"> _JS_SCRIPT</span> <br> <span class="pale-greenx"> document.addEventListener("DOMContentLoaded", <br> function(e) { alert("hello!"); }, false);</span> <br> <span class="pale-blue"> _FILES_JS</span> <br> <span class="pale-greenx"> my-scripts.js</span> </p> </div>