Skip to content

Can I read local images? #8

@lingtalfi

Description

@lingtalfi

Hi, can I insert inline local images?

I'm using the following command:

ghmarkdown -lsi myfile.txt

Then inside my markdown document, I have tried to insert an inline image (located inside the images folder next to myfile.txt):

![My alt description](images/image.jpg "my title description")
![My alt description](/images/image.jpg "my title description")
![My alt description](./images/image.jpg "my title description")

None of those work.
Is there anything to do about it, or do I have to switch to serve images from another (external) location?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions