Skip to content

Instantly share code, notes, and snippets.

@aakash14goplani
Last active June 24, 2017 16:13
Show Gist options
  • Save aakash14goplani/519da572d14a2c068050600d59483265 to your computer and use it in GitHub Desktop.
Save aakash14goplani/519da572d14a2c068050600d59483265 to your computer and use it in GitHub Desktop.
Markdown in Gist

This is H1

This is H2

This is H3

Italics 1 Italics 2

Unordered List

  • Item 1
  • Item 2
    • Item 2.1
      • Item 2.2

Ordered List

  1. Item x
  2. Item y
  3. Item a
  4. Item b

Links

Link

Images

alt text

Code

<asset:load name="publishAsset" type='<%=assetType %>' objectid='<%=ics.GetVar("asset_id") %>'/>
<asset:share name="publishAsset" publist='<%=source_pubid + ";" + destination_pubid %>'/>

Tables

Markdown Less Pretty
Still renders nicely
1 2 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment