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
TOC links generated by Adr-log should take in consideration the path of the input and the directory of the adr-logs
. ├── docs │ ├── README.md │ ├── adr │ │ ├── 0001-adr.md │ │ ├── 0002-adr.md │ │ ├── 0003-adr.md
<!-- adrlog --><!-- adrlogstop -->
docs/README.md
adr-log docs/README.md -d docs/adr/ -i
- [ADR-0001](adr/0001-adr.md) - adr - [ADR-0002](adr/0002-adr.md) - adr - [ADR-0003](adr/0003-adr.md) - adr
- [ADR-0001](0001-adr.md) - adr - [ADR-0002](0002-adr.md) - adr - [ADR-0003](0003-adr.md) - adr
The text was updated successfully, but these errors were encountered:
fix adr#28
3b908f5
0e2d18d
Merge pull request #29 from Fetz/master
0f9605a
fix #28
No branches or pull requests
TOC links generated by Adr-log should take in consideration the path of the input and the directory of the adr-logs
Scenario
. ├── docs │ ├── README.md │ ├── adr │ │ ├── 0001-adr.md │ │ ├── 0002-adr.md │ │ ├── 0003-adr.md
<!-- adrlog --><!-- adrlogstop -->
on thedocs/README.md
Expected Result:
Actual result:
The text was updated successfully, but these errors were encountered: