Skip to content

Instantly share code, notes, and snippets.

@bndynet
Last active May 21, 2018 05:12
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 bndynet/8f6747746a9d61ca3f668f9584120d81 to your computer and use it in GitHub Desktop.
Save bndynet/8f6747746a9d61ca3f668f9584120d81 to your computer and use it in GitHub Desktop.
Markdown

Complex Markdown Syntax


Emphasis

Emphasis, aka italics, with *asterisks* or _underscores_.

Strong emphasis, aka bold, with **asterisks** or __underscores__.

Combined emphasis with **asterisks and _underscores_**.

Strikethrough uses two tildes. ~~Scratch this.~~

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.


Links

[text](url)           //<a href="url">text</a>
![alt text](image_url)    //<img src="image_url" alt="alt text" />

Table

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Code Lanaguges

Language Keyword
Bash bash
C# csharp
Clojure clojure
C++ cpp
CSS css
CoffeeScript coffeescript
CMake cmake
HTML html
HTTP http
Java java
JavaScript javascript
JSON json
Markdown markdown
Objective C objectivec
Perl perl
PHP php
Python python
Ruby ruby
R r
SQL sql
Scala scala
Vala vala
XML xml
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment