Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Codecommit Markdown embedded pictures images

We are using AWS Codecommit for our projects documentation in Markdown.

I would like to know how it is possible to create a markdown link that allows to display embedded images (to be visualized while in CodeCommit).

The images are also in Codecommit. Do we need to use S3 and point there? I wanted to keep the images private to our project.

TIA

Solution:

It seems to work with SVG files.

like image 784
dotmindlabs Avatar asked Mar 05 '23 11:03

dotmindlabs


1 Answers

Same question as Waylan; is there an issue with native Markdown support in CodeCommit.

At this time, CodeCommit does not support the ability to reference images in markdown that are stored within the same CodeCommit repository. I will pass this feature request along to the team to consider in their development roadmap.

like image 116
Uzair Khan Avatar answered Mar 21 '23 09:03

Uzair Khan