RST implicit internal links to headers: ``` pandoc -f rst Years ----- Years_ ^D

Years

Years

``` ``` pandoc -f rst Years_ Years ----- ^D

Years

Years

``` ``` pandoc -f rst Years and years --------------- `Years and years`_ ^D

Years and years

Years and years

``` ``` pandoc -f rst Years and *years* ----------------- `Years and years`_ ^D

Years and years

Years and years

```