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.
55 lines
1.6 KiB
HTML
55 lines
1.6 KiB
HTML
<!-- neo ex -->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>📡 💻📘</title>
|
|
<script src="../script/showdown.min.js"></script>
|
|
<script src="../script/jquery-1.12.4.js"></script>
|
|
<script type="text/javascript" charset="utf-8">
|
|
function run() {
|
|
var text = document.getElementById('pad-content').innerHTML,
|
|
target = document.getElementById('document'),
|
|
converter = new showdown.Converter(),
|
|
html = converter.makeHtml(text);
|
|
target.innerHTML = html;
|
|
}
|
|
$(document).ready(function() {
|
|
$("#pad-content").load($("#pad-content").attr("data-md"), function() {
|
|
run();
|
|
window.setTimeout(function() {
|
|
$.getScript("../script/paged.polyfill.js", function(data, textStatus, jqxhr) {})
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
|
|
|
|
<!-- set the interface of paged.js -->
|
|
<link rel="stylesheet" href="../script/interface.css">
|
|
|
|
|
|
<!-- As the markdown pad is loaded then converted to html, the following line hide the markdown version -->
|
|
<style type="text/css" media="all">
|
|
#pad-content {
|
|
display: none;
|
|
}
|
|
</style>
|
|
|
|
<!-- Collective css file, on a pad -->
|
|
|
|
<link href="https://pad.xpub.nl/p/css/export/txt" rel="stylesheet" text="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Collective writings, on a pad -->
|
|
<div data-md="https://pad.xpub.nl/p/Eco_swaraj%E2%80%93Ashish_Kothari/export/txt" id="pad-content"></div>
|
|
|
|
<div id="document"></div>
|
|
|
|
</body>
|
|
|
|
</html> |