We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
I tried several variants of this but nothing I tried works.
thx
The text was updated successfully, but these errors were encountered: