Page 1 of 1

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

Posted: Tue May 05, 2020 12:11 pm
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.

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

Posted: Sun May 10, 2020 8:32 am
by thh