In Jekyll, when using the live preview, the baseurl is taken into consideration and used as part of its serving URL. For example, if the baseurl is /myblog, then the live preview's server URL will be:
http://127.0.0.1:8080/myblog/
However, for MarkBind, we do not take baseUrl into consideration baseUrl usage is optional, so we can serve everything in:
This makes it more difficult to determine whether the URLs inside the page's source are actually generated correctly, until you deploy to the actual server and find out that things are broken.