#! /bin/runmd
View x.md
#!/bin/runmd
Hi there!
blah blah
View example.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function run_next_code_snippet() | |
{ | |
const code = get_next_code_snippet(); | |
eval(code + "; run_next_code_snippet()"); | |
} |
View gist:fa3f734228504d12f2a2090fa2477eb2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert("hi"); |
View gist:cc1f05dc5ec1b570596dab9d395dfbd2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function test(request, response) | |
{ | |
response.end("hi"); | |
} |
View blah.md
dd
View roboto-no-sample.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* cyrillic-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 400; | |
font-display: swap; | |
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2'); | |
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; | |
} | |
/* cyrillic */ |
View test.md
function x()
{
}
View blah.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link type = "text/css" href = "https://cdnjs.cloudflare.com/ajax/libs/photon/0.1.2-alpha/css/photon.min.css"></link> | |
<body> | |
<header class="toolbar toolbar-header"> | |
<h1 class="title">Header</h1> | |
</header> | |
<ul class="list-group"> | |
<li class="list-group-header"> | |
<input class="form-control" type="text" placeholder="Search for someone"> | |
</li> | |
<li class="list-group-item"> |
View Screenshots.md
Blah.
NewerOlder