Dam Truong bio photo

Dam Truong

Vietnamese, Software Developer at @Evolable Asia, learn new things, research old things so become experts.

Email Facebook Google+ LinkedIn

Markdown is a way to style text on the web. You control the display of the document, formatting words as bold or italic , adding images, and creating lists are just a few of the things we can do with Markdown

Headers

This is a <h1> tag

This is a <h6> tag

======

Blockquotes

He said:

code blocks

======

Lists

  • item 1
  • item 2
    • item 2a
    • item 2b
  1. Item 1
  2. Item 2
    • item 2a
    • item 2b

======

Images

Alt text

Github: truongdam.github.io

======

@mention

Block quotes

Hello world.

======

Task list:

  • task completed
  • task cancel

=====

Code blocks

test {
 testLogging {
     exceptionFormat = 'full'
 }