hexojs / hexo-renderer-markdown-it

Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
MIT License
341 stars 60 forks source link

Fix anchors position #119

Closed KumaNNN closed 4 years ago

KumaNNN commented 4 years ago

Fix anchors position

See #118

KumaNNN commented 4 years ago

@SukkaW

SukkaW commented 4 years ago

The unit tests are broken. Would you mind fixing them?

KumaNNN commented 4 years ago

The unit tests are broken. Would you mind fixing them?

Are you talking about the contents under the test directory? I'll try, but I'm not a professional programmer and can't guarantee success.

KumaNNN commented 4 years ago

Unit test OK @SukkaW

curbengh commented 4 years ago

The .header-anchor class is styled by your theme, so float: none should be added there.

When there is no style, it's displayed as following: test