undocs
undocs copied to clipboard
steps doesn't parse correctly with links.
Environment
any
Reproduction
https://nitro.unjs.io/deploy/providers/alwaysdata
Describe the bug
So it seems when you have a list with content the a tag gets put into a new line. I don't have a good fix for this since sometimes the link will exist in the step or below but we really have no idea where to put it.
Example output:
children {
type: 'element',
tag: 'li',
props: {},
children: [
{ type: 'text', value: 'Install Package ' },
{ type: 'element', tag: 'a', props: [Object], children: [Array] },
{ type: 'element', tag: 'note', props: {}, children: [Array] },
{
type: 'element',
tag: 'pm-install',
props: [Object],
children: []
}
]
}
Mardown Sample:
Additional context
No response
Logs
No response