Skip to content

fix(docs): ensure at least one space before toc link - #1165

Merged
kristijanhusak merged 1 commit into
nvim-orgmode:masterfrom
lanker:lanker/toc.missing.space
Aug 20, 2026
Merged

fix(docs): ensure at least one space before toc link#1165
kristijanhusak merged 1 commit into
nvim-orgmode:masterfrom
lanker:lanker/toc.missing.space

Conversation

@lanker

@lanker lanker commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

For the links to work, they need to be preceded by at least one space.

Summary

This PR fixes the links in the table of content in the troubleshooting section.

Related Issues

Closes #1158

Checklist

I confirm that I have:

  • Followed the
    Conventional Commits
    specification
    (e.g., feat: add new feature, fix: correct bug,
    docs: update documentation).
  • My PR title also follows the conventional commits specification.
  • Updated relevant documentation, if necessary.
  • Thoroughly tested my changes.
  • Added tests (if applicable) and verified existing tests pass with
    make test.
  • Checked for breaking changes and documented them, if any.

For the links to work, they need to be preceded by at least one space.

@kristijanhusak kristijanhusak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kristijanhusak
kristijanhusak merged commit 3e82775 into nvim-orgmode:master Aug 20, 2026
17 checks passed
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

Successfully merging this pull request may close these issues.

Troubleshooting section in Vim docs (:help orgmode.txt) are not parsing as links due to missing space

2 participants