You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
816 B
HTML

6 years ago
<html lang="en">
6 years ago
6 years ago
<iframe src="project/overlapping-interface.html" width="100%" height="1200px" name="targetframe" allowTransparency="true" scrolling="no" frameborder="0" >
</iframe>
6 years ago
<p id="text"></p>
<script type="text/javascript" src="https://cdn.jsdelivr.net/remarkable/1.7.1/remarkable.min.js"></script>
<script type="text/javascript">
function mdtohtml(){
// If you use require (Node etc), require as first the module and then create the instance
var Remarkable = require('remarkable');
// If you're in the browser, the Remarkable class is already available in the window
var md = new Remarkable();
// Outputs: <h1>Remarkable rulezz!</h1>
console.log(md.render('thesis/thesis-angeliki.md'));}
document.getElementById("text").innerHTML = myFunction("thesis/thesis-angeliki.md");;
</script>
6 years ago
</html>