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

[BUG] Markdown hyperlink doesn't work as table of contents. #51

Open
rbjnazz opened this issue Aug 24, 2022 · 1 comment
Open

[BUG] Markdown hyperlink doesn't work as table of contents. #51

rbjnazz opened this issue Aug 24, 2022 · 1 comment

Comments

@rbjnazz
Copy link

rbjnazz commented Aug 24, 2022

Some repository use a hyperlink on their README.md as table of contents.

Example:

## Table of Contents

- [Fixing errors](#Fixing-errors)
- [New in v3](#New-in-v3)
- [Install](#Install)
  - [Linux](#Linux)
   - [Debian](#Debian)
   - [Fedora](#Fedora)
   - [Arch](#Arch)
   - [From source](#Installing-from-source)
  - [MacOS](#MacOS)
  - [Windows](#Windows)
  - [Android](#Android)
- [Uninstall](#Uninstall)
- [Dependencies](#Dependencies)

Expected behavior:
Jump to the particular part of the document.

@rbjnazz rbjnazz changed the title Markdown hyperlink doesn't work as table of contents. [BUG]Markdown hyperlink doesn't work as table of contents. Aug 24, 2022
@rbjnazz rbjnazz changed the title [BUG]Markdown hyperlink doesn't work as table of contents. [BUG] Markdown hyperlink doesn't work as table of contents. Aug 24, 2022
@rbjnazz rbjnazz changed the title [BUG] Markdown hyperlink doesn't work as table of contents. [ISSUE] Markdown hyperlink doesn't work as table of contents. Aug 24, 2022
@rbjnazz rbjnazz changed the title [ISSUE] Markdown hyperlink doesn't work as table of contents. [BUG] Markdown hyperlink doesn't work as table of contents. Aug 24, 2022
@LightDestory
Copy link
Owner

We don't have direct support of markdown files, so we display them with a viewer that doesn't support anchors.

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

2 participants