noraj / OSCP-Exam-Report-Template-Markdown

:orange_book: Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report
https://noraj.github.io/OSCP-Exam-Report-Template-Markdown/
MIT License
3.56k stars 752 forks source link

Insert Image #33

Closed platinumvoid closed 2 years ago

platinumvoid commented 2 years ago

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!!

noraj commented 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.