arturadib / strapdown

Instant and elegant Markdown documents in the browser
http://strapdownjs.com
MIT License
2.48k stars 410 forks source link

header bug #2

Closed yawnt closed 1 year ago

yawnt commented 12 years ago

when i link an anchor in my markdown the header hides part of the text

example: http://yawnt.github.com/hater/documentation.html

nice job btw :D

arturadib commented 12 years ago

Not sure what's wrong with the output - this is what I see:

http://d.pr/i/6fhy

Can you send a screenshot of the problem? Thanks!

yawnt commented 12 years ago

sure...

this is how it appears when you click on relationships http://i.imgur.com/9odxm.jpg this is how it should appear http://i.imgur.com/5KLnN.jpg (because the anchor is above relationships)

hope that made it clear, thanks again :)

arturadib commented 12 years ago

Ah, I see what you mean now. That might require some tricky experiments with src/strapdown.css - the challenge will be making this work across devices. Leaving this open as a bug.

yawnt commented 12 years ago

thanks for taking the time to look into this :)