FastHub-RE icon indicating copy to clipboard operation
FastHub-RE copied to clipboard

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

Open rbjnazz opened this issue 2 years ago • 1 comments

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 avatar Aug 24 '22 15:08 rbjnazz

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

LightDestory avatar Oct 28 '22 09:10 LightDestory