markdown feature request: create ancor links to be used for linking inside article

Found a bug? Tell us!!
Post Reply
aisberg
Regular
Posts: 43
Joined: Tue Apr 28, 2020 9:23 pm
Location: Berlin

markdown feature request: create ancor links to be used for linking inside article

Post by aisberg »

Try this article text using markdown:

Code: Select all

* [Überschrift 1](#Überschrift-1)
  * [Überschrift 1.1](#Überschrift-11)
    * [Überschrift 1.1.1](#Überschrift-111)
  * [Überschrift 1.2](#Überschrift-12)
  * [Überschrift 1.3](#Überschrift-13)
    * [Überschrift 1.3.2](#Überschrift-132)

# Überschrift 1

Text Text

## Überschrift 1.1

### Überschrift 1.1.1

noch ein wenig Text

und eine Liste

* Eintrag 1
* Eintrag 2
  * Eintrag 2.1
  * Eintrag 2.2
    * Eintrag 2.2.1
    * Eintrag 2.2.2
  * Eintrag 2.3
* Eintrag 3

## Überschrift 1.2

## Überschrift 1.3

### Überschrift 1.3.2

Und noch Text dazu

*[Eintrag]:Das ist ein Eintrag

you can see the current output here:
http://testblog.aisberg.de/index.php?/a ... n-TOC.html

it would be great if html ancor code would be created on headers which woudl be used to jump from TOC entries to headers in the article.

The idea is to jump from TOC entries to headers, linked in TOC.
thh
Regular
Posts: 419
Joined: Thu Oct 26, 2006 2:38 pm
Location: Stuttgart, Germany
Contact:

Re: markdown feature request: create ancor links to be used for linking inside article

Post by thh »

Post Reply