I'm using Jekyll with Kramdown on Github, and I wonder whether there's a way to link to a line within a page. Say I have
some line here
and later I want to link to this line. If this line were a section then an ID would be autogenerated. But here it is just a simple line. I tried putting
some line here {#idhere}
and later link as
[link](#idhere)
but it didn't work.