-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleAwaiting input from creator for prolonged time periodAwaiting input from creator for prolonged time period
Description
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:
- Generate docs, using lazydocs.
- Navigate to the generated
.md
file - 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
Labels
bugSomething isn't workingSomething isn't workingstaleAwaiting input from creator for prolonged time periodAwaiting input from creator for prolonged time period