Closed platinumvoid closed 2 years ago
Hi,
See the FAQ: https://github.com/noraj/OSCP-Exam-Report-Template-Markdown/blob/master/FAQ.md#how-to-put-images-in-my-report
PS: images can't be aligned or rescaled in raw makdown. Markdown is just a markup language transpiled to HTML. In general you can't style anything with it.
What is the correct syntax of adding an image? I am using
![](src/img/abc.png)
but I dont know how to resize/scale it and generally put it in the correct place. Thanks in advance!!