github - Jekyll-bootstrap how does mark down for external links work? -
i writing in post.md
intro [links](http://jekyllrb.com/docs/permalinks/)
then when clicking link once post has been published link sent is:
http://example.github.io/post-name/jekyllrb.com/docs/permalinks/
can help?
this gotcha. had migrated from maruku kramdown, handles urls differently. need define [setid]: http://www.example.com
(don't forget http://
)
then use [setid]
in place of link.
Comments
Post a Comment