0

our company uses the git stash, every time we need attach an image of the sonar report just like this

[![f1.PNG](attachment:622/ff240462b5%2Ff1.PNG)](attachment:622/ff240462b5%2Ff1.PNG)

then the page will show the image I capture.

could you tell me what's the syntax and theory of this tag?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Eumendies
  • 93
  • 1
  • 13

1 Answers1

0

The markdown syntax guide is here

In short, the format is [!Alt text](image url). So for your example:

  • Alt text is "f1.PNG"
  • Image URL (a local attachment) is "attachment:622/ff240462b5%2Ff1.PNG"
Rog
  • 4,075
  • 2
  • 24
  • 35