Skip to content

Instantly share code, notes, and snippets.

@macmacs
Created August 6, 2014 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macmacs/b92a9a63f66587af5469 to your computer and use it in GitHub Desktop.
Save macmacs/b92a9a63f66587af5469 to your computer and use it in GitHub Desktop.
Max Test
/**
* 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;
}
<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>
// alert('Hello world!');
{"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