Created
August 6, 2014 09:55
-
-
Save macmacs/b92a9a63f66587af5469 to your computer and use it in GitHub Desktop.
Max Test
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
/** | |
* Max Test | |
*/ | |
#mdhelp{ | |
position: fixed; | |
top: 0; | |
left: 10%; | |
width:80%; | |
height:100%; | |
background-color: #E7E7E7; | |
z-index: 1004; | |
font: 15px/20px "AndaleMono", "Courier", sans-serif; | |
} |
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
<div id="mdhelp"> | |
<h1>markdown help</h1> | |
headlines: # headline1 ## headline2 ...<br/> | |
code: `nemex` (backticks)<br /> | |
link: [nemex io](http://www.nemex.io)<br/> | |
bold text: *nemex* or _nemex_<br /> | |
italic text: **nemex** or __nemex__<br /> | |
</div> |
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('Hello world!'); |
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
{"view":"split-vertical","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment