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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -