A couple additions - #2
Open
jszmajda wants to merge 7 commits into
Open
Conversation
The <base> tag was removed and assets are now included via data-urls. This allows this formatter to be used in continuous-integration server deployments, when direct filesystem access is not available.
New navigation sidebar gives quick access to all example-groups mentioned in the spec. The sidebar scrolls to follow the user when it leaves the viewport (less a small buffer). The sidebar has a show and hide link to allow the user to toggle the sidebar away if more horizontal space is required.
…onfused by one of my specs...)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've modified this project a bit to add a navigation sidebar and to inline the image assets so the output can be generated on a continuous-integration server and viewed remotely. I'd like to share these changes with you, if you'd like me to implement them differently I'm happy to work on it more.
-Josh