11

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.

dotmindlabs
  • 778
  • 1
  • 12
  • 35
  • Markdown has native support for images. What about that is not working? Can you provide an example? – Waylan Sep 11 '18 at 20:08
  • @Waylan Hi, i was looking for a way to markdown reference images in the same Codecommit repository, and be able to see it when browsing in CodeCommit. We store everything in AWS so we would use it as a wiki. – dotmindlabs Sep 12 '18 at 07:19

1 Answers1

12

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.

Uzair Khan
  • 169
  • 1
  • 5
  • As discussed in [this AWS forum](https://forums.aws.amazon.com/thread.jspa?threadID=273712), this feature is not yet available. – fdaugan Oct 29 '19 at 09:10
  • 5
    What did happen to 'I will pass this feature request along to the team to consider in their development roadmap'? 1. where is this roadmap? 2. did it get implemented? 3. is there any other written document that this has been added to a development roadmap? Or is AWS playin its devrel marketing stunt game here? – Sebastian Schürmann Mar 01 '22 at 07:45