You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.3 KiB

Test for specifying image sizes in markdown

(c)

small image

  • no explicit size:

potato

  • only width specified =100x:

![potato](potato.jpg =100x)

  • only height specified =x100:

![potato](potato.jpg =x100)

  • both specified =100x100:

![potato](potato.jpg =100x100)

  • only width, using html 4200x:
potato
  • both specified, using html 4200x4200:
potato

wide image

  • no explicit size:

1500x300

  • only width specified =100x:

![1500x300](1500x300.png =100x)

  • only height specified =x100:

![1500x300](1500x300.png =x100)

  • both specified =100x100:

![1500x300](1500x300.png =100x100)

  • only height specified, using html x4200:
1500x300
  • both specified, using html 4200x4200:
1500x300

tall image

  • no explicit size:

300x1500

  • only width specified =100x:

![300x1500](300x1500.png =100x)

  • only height specified =x100:

![300x1500](300x1500.png =x100)

  • both specified =100x100:

![300x1500](300x1500.png =100x100)

  • both specified, using html 4200x4200:
300x1500