Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

steps doesn't parse correctly with links. #106

Open
cpreston321 opened this issue Mar 16, 2024 · 0 comments · May be fixed by #112
Open

steps doesn't parse correctly with links. #106

cpreston321 opened this issue Mar 16, 2024 · 0 comments · May be fixed by #112
Labels
bug Something isn't working discussion

Comments

@cpreston321
Copy link
Member

cpreston321 commented Mar 16, 2024

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:

CleanShot 2024-03-16 at 17 10 13@2x

Additional context

No response

Logs

No response

@cpreston321 cpreston321 added bug Something isn't working discussion labels Mar 16, 2024
@cpreston321 cpreston321 linked a pull request Mar 29, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant