Skip to content

Instantly share code, notes, and snippets.

@arikrak
Created February 21, 2014 20:14
Show Gist options
  • Save arikrak/9142519 to your computer and use it in GitHub Desktop.
Save arikrak/9142519 to your computer and use it in GitHub Desktop.
This is some **sample text** and code:
System.out.println("hi");
But when I add a div:
<div>first div</div>
**it breaks!***
System.out.println("no code formatting");
<div>
second div
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment