-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breadcrumb related parsing problems #43
Comments
I have a feeling it is a consequence of wrong start values. I have page.url eval differently with URL With Java /docs/getting-started/index.md |
Another combo is http://localhost:4000/docs/getting-started/initial-configuration.html Ruby: Home > Docs > Getting Started > Initial Configuration |
Thanks Manfred, I'll have a look. |
This has to do with the fact that there is a nested |
I can try it next week when I am back at work.. |
Great! 👍 |
I tested this now with the 0.6.8-SNAPSHOT from the PR branch and that works! |
So from my perspective you can merge and release. Let me know if you need help with the release to the Central Repository.. |
Cool, I'll tidy up that branch and add some more unit tests for nested contexts soon. I've been a bit busy lately.
Jason has been doing releases to Maven Central. If you're okay with it, I can ask him to provide you access as well. Then I'll give you push access to this repo and you can do releases too. Just let me know. |
I work with Jason so I will chat with him when I get a hold of him. |
Cool 👍 |
Ok, the fix is in I also added you as a collaborator in case you want to change versions before future releases and/or merge develop into master before releases. Thanks! |
Great. I will just have to sort out the Central access. |
Release done. |
I have a include file in Jekyll that add breadcrumbs which looks like this
This works fine with Jekyll 3.3.1. When using my liqp based parsing in a java jekyll impl the order of the crumbs is messed up. E.g. instead of
Home > Docs > Getting Started > Getting Started
I get
Home > Getting Started > /Docs >
Any idea where to start looking to figure out where the problem is?
The text was updated successfully, but these errors were encountered: