Skip to content

Img tags are not closed in generated markdown #29

@SamVanhoutte

Description

@SamVanhoutte

Describe the bug:

The generated .md files contain links to the source code, that include an <img> tag.
When taking those markdown files and process them by html generators (which we do in our release pipelines, towards netlify), that html is considered as 'not compliant' by some generators.

Expected behaviour:

The image tag should be closed , like this : <img ... />, instead of this <img ...>

Steps to reproduce the issue:

  1. Generate docs, using lazydocs.
  2. Navigate to the generated .md file
  3. Verify the <img> tag is not closed

Possible Fix:

The file lazydocs.generation.md should be adapted to close the img tags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleAwaiting input from creator for prolonged time period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions