HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Anchor Feature dose not work in Markdown cell. #1247

Open BraverChiang opened 5 years ago

BraverChiang commented 5 years ago

I wrote some anchor in the markdown cell in Quiver. but it doesn't work in the preview mode or html mode. I've upload the html file in the link

My wrote this below in my markdown cell. But none of those anchors works. Can't scroll to the titles when i click the anchors

[A1](#first)
[A2](#second)
[A3](#third)

<a href="#third">Anchor 3</a>

### first
//some text

## second
//some text

# third
//some text

I'm not familiar with MARKdown/html syntax. Have I made some simple mistakes or is it a bug of Quiver Mac 10.14.2 Quiver 3.2.3. I forget the version before I updated, maybe 3.1.3, it doesn't work too.