# Ссылки Markdown на якоря не работают?

**URL:** https://meta.discourse.org/t/markdown-links-to-anchors-not-working/150175
**Category:** Support
**Created:** [02.Май.2020 13:08:35 UTC](https://meta.discourse.org/t/markdown-links-to-anchors-not-working/150175 "2020-05-02T13:08:35Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![xrav3nz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xrav3nz/32/76894_2.png) [@xrav3nz](https://meta.discourse.org/u/xrav3nz)
#### Post date: [02.Май.2020 15:02:07 UTC](https://meta.discourse.org/t/markdown-links-to-anchors-not-working/150175/2 "2020-05-02T15:02:07Z")

</div>

> [@Paul\_King](#):
>
> не переходит к этому заголовку ниже на странице:  
> `## [Важные термины](https://nzarchitecture.net.nz/t/terms-of-service/15076#heading--important-terms)`

Как упоминается на [Linking to a heading within a post or topic](https://meta.discourse.org/t/deep-linking-to-headings-anchors/47552), в стандартном Markdown нет способа создать заголовок с якорем.

К сожалению, вам придётся использовать HTML:

```plaintext
<h2 id='heading--important-terms'>Важные термины</h2>

```

> **Быстрая демонстрация**
>
> [Перейти к концу демонстрации](#heading--end-of-demo)
> 
> ```plaintext
> [Перейти к концу демонстрации](#heading--end-of-demo)
> 
> ```
> 
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> |  
> v
> 
> ## Конец демонстрации
> 
> ```plaintext
> <h2 id='heading--end-of-demo'>Конец демонстрации</h2>
> 
> ```

---

_[View the full topic](https://meta.discourse.org/t/markdown-links-to-anchors-not-working/150175)._
