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

Relative link #112

Open
MaurGi opened this issue Jan 12, 2024 · 0 comments
Open

Relative link #112

MaurGi opened this issue Jan 12, 2024 · 0 comments

Comments

@MaurGi
Copy link

MaurGi commented Jan 12, 2024

I want to generate a relaitive link in the doc to a yaml file that is in the repo istelf.

In md I would do:

see example: [filename.yaml](./path-to-yaml.yml)

but if I do this with the doc I get:

golang:

// see example: [filename.yaml](./path-to-yaml.yml)

output using gomarkdoc --output test.md . --format azure-devops

see example: \[filename.yaml\]\(./path\-to\-yaml.yml\)

I tried several variants of this but nothing I tried works.

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant