Skip to content

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

Open
lanker wants to merge 1 commit into
nvim-orgmode:masterfrom
lanker:lanker/toc.missing.space
Open

fix(docs): ensure at least one space before toc link#1165
lanker wants to merge 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.
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

1 participant