Common Markdown Syntax

less than 1 minute read

Display Image

  • Markdown syntax
    From URL
    ![Image Title](imageurl.jpg)
    
    From Directory
    ![](..\assets\images\posts\0006.postmantest.gif)
    
  • Rendered output

Mahedee

How to display two image side by side

Markdown syntax

Input Image            |  Output
:-------------------------:|:-------------------------:
![](/assets/images/posts/2018/mahedee-buet.jpg) |  ![](/assets/images/posts/2018/output.png)

Output

Input Image Output

Markdown syntax

[Source Code](https://github.com/mahedee/code-sample/tree/master/auth-demo/MVCAuth)

Rendered output
Source Code

Commenting on markdown

<!-- Single or multiline commenting-->