-
Notifications
You must be signed in to change notification settings - Fork 21
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
Bug fixes, improvements, and features for 1.5.0 #112
Merged
Merged
+1,918
−900
Conversation
This file contains 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
Contributor
ndw
commented
Jun 15, 2021
- Added support for a search box in the persistent ToC. It filters the ToC entries based on what’s input.
- Added the persistent ToC link to the home page, where it had previously been suppressed.
- Reduced the size of component titles in articles.
- Added an option to suppress “trivial” Tables of Contents. A top-level ToC that consists of a single entry is suppressed by default.
- Reworked how index entries are generated. Where there used to be one index entry per section, there’s now one index entry per indexterm, numbered sequentially. All the terms in a single section are grouped in a span. You can disable this with $indexed-section-groups.
- Added bibliography, glossary, index, acknowledgments, colophon, and dedication to the ToC for article.
- Reworked a bunch of build infrastructure.
- Fixed What does class="no-js" do? #108 by making sure the ‘no-js’ class gets turned into ‘js’ if JavaScript is available.
- Fixed Make the catalog available automatically #110 by copying the catalog into org/xmlresolver in the jar file.
- CSS improvement, don’t highlight code elements in ToC entries with borders or background colors.
- Fixed ToC generation for nested sections is completely wrong #111 by interpreting ‘unbounded’ correctly in ToC section depth.
- Added support for db:templatename
- Reworked “line” styled verbatim environments with new ‘verblines’ class.
- Tone down the style of literals: lighter border, don’t make them nowrap.
- Fixed Fix purl #104, change http: to https: in purl.org URLs
- Fixed Implement transclusion processing #91 (with Transclusion, mostly #103) by implementing DocBook Transclusions.
- CSS improvements for revisionhistory tables
- Improved handling of db:coref
…dication in the article ToC
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.