Skip to content

Instantly share code, notes, and snippets.

@manero6
Last active November 22, 2023 18:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manero6/a0a67e8f9ebd7028f6fae51c49208b5d to your computer and use it in GitHub Desktop.
Save manero6/a0a67e8f9ebd7028f6fae51c49208b5d to your computer and use it in GitHub Desktop.
testing links to headers and headers id

Title

some great introduction text here.

Table of Content


blabalbabal balblalb

blabalbabal balblalb


Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum.
Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum.
Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

.autpulov maid des ,tare mayuqila angam erolod te erobal tu tnudivni ropmet domrie ymunon maid des ,rtile gnicspidas rutetesnoc ,tema tis rolod muspi meroL


echo "some impressive code"
exit 0

working fine

not working:

toc entry:
- [ᵗᵒᵖ Stuff 1](#top-stuff-1)

header:
### [ᵗᵒᵖ Stuff 1][toc]

not working:

toc entry:
- [ᵗᵒᵖ Stuff 2](#----stuff-2)

header:
### [ᵗᵒᵖ Stuff 2][toc]

working:

toc entry:
- [ᵗᵒᵖ Stuff 3](#ᵗᵒᵖ-stuff-3)

header:
### [ᵗᵒᵖ Stuff 3][toc]

ID Header 1 {#id1} ᵗᵒᵖ

not working:

toc entry:
- [ID Header 1](#id1)

header:
### ID Header 1 {#id1} [ᵗᵒᵖ][toc]

ID Header 2 {#id2} ᵗᵒᵖ

not working:

toc entry:
- [ID Header 2](#id-header-2---id2)

header:
### ID Header 2 {#id2} [ᵗᵒᵖ][toc]

ID Header 3 {#id3} ᵗᵒᵖ

working:

toc entry:
- [ID Header 3](#id-header-3-id3-ᵗᵒᵖ)

header:
### ID Header 3 {#id3} [ᵗᵒᵖ][toc]

ID Header 4 ᵗᵒᵖ

working:

toc entry:
- [ID Header 4](#id-header-4-ᵗᵒᵖ)

header:
### ID Header 4 [ᵗᵒᵖ][toc]

ID Header 5 ^

working:

toc entry:
- [ID Header 5](#id-header-5-)

header:
### ID Header 5 [^][toc]

ID Header 6 🔝

working:

toc entry:
- [ID Header 6](#id-header-6-)

header:
### ID Header 6 [🔝][toc]

ᵗᵒᵖ Link First 1

working:

toc entry:
- [Link First 1](#ᵗᵒᵖ-link-first-1)

header:
### [ᵗᵒᵖ][toc] Link First 1

^ Link First 2

working:

toc entry:
- [Link First 2](#-link-first-2)

header:
### [^][toc] Link First 2

many blabla.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment