-
Notifications
You must be signed in to change notification settings - Fork 91
feat: LinkTargets for Blog Genre and definitions #431
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
Merged
david-christiansen
merged 7 commits into
leanprover:main
from
pimotte:feature/docgenlinks2
Jun 13, 2025
Merged
feat: LinkTargets for Blog Genre and definitions #431
david-christiansen
merged 7 commits into
leanprover:main
from
pimotte:feature/docgenlinks2
Jun 13, 2025
Conversation
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
Thanks, this is great! Much appreciated! |
david-christiansen
added a commit
that referenced
8000
this pull request
Jun 20, 2025
* feat: show hovers on closing delimiters (#428) Closes #427 * feat: linter for Unicode typography (#430) * chore: adapt to upstream SubVerso improvements (#432) In particular, this fixes highlighting for sorts and improves the display of tactic states. * feat: LinkTargets for Blog Genre and definitions (#431) * fix: parse ` ` correctly (#433) * doc: update README for nightly procedures (#424) * fix: hover for imax had flipped args (#434) * fix: remove obsolete z-index customization for tactic states (#435) * chore: bump SubVerso version (#438) * fix: demo textbook would delete files (#439) It seems that a relative path became absolute. Now it's relative again. * chore: bump SubVerso for bug fixes (#440) * Fix port number for accessing demosite in README.md (#442) * feat: allow parts to disable showing inline HTML ToC (#444) * feat: cross-references between documents (#441) This is a feature inspired by InterSphinx, to allow documents to reference one another. The idea is that the internal cross-references database is placed at a well-known URL, and documents can download and cache it, using it to resolve links. * chore: bump to nightly-2025-06-19 --------- Co-authored-by: Pim Otte <otte.pim@gmail.com> Co-authored-by: Hanson Char <hanson.char@gmail.com> Co-authored-by: jrr6 <7482866+jrr6@users.noreply.github.com>
david-christiansen
added a commit
that referenced
this pull request
Jun 23, 2025
Contained: * feat: show hovers on closing delimiters (#428) Closes #427 * feat: linter for Unicode typography (#430) * chore: adapt to upstream SubVerso improvements (#432) In particular, this fixes highlighting for sorts and improves the display of tactic states. * feat: LinkTargets for Blog Genre and definitions (#431) * fix: parse ` ` correctly (#433) * doc: update README for nightly procedures (#424) * fix: hover for imax had flipped args (#434) * fix: remove obsolete z-index customization for tactic states (#435) * chore: bump SubVerso version (#438) * fix: demo textbook would delete files (#439) It seems that a relative path became absolute. Now it's relative again. * chore: bump SubVerso for bug fixes (#440) * Fix port number for accessing demosite in README.md (#442) * feat: allow parts to disable showing inline HTML ToC (#444) * feat: cross-references between documents (#441) This is a feature inspired by InterSphinx, to allow documents to reference one another. The idea is that the internal cross-references database is placed at a well-known URL, and documents can download and cache it, using it to resolve links. * feat: add linters for extra markup (#448) In particular, this will help users not get caught on the fact that `*` is different from Markdown. * fix: display multiple authors correctly (#449) * feat: add part generation and info-string checking in Markdown elab (#445) This PR adds the Markdown elaboration features required for error explanations, namely the ability to create `Part`s from Markdown headers, the ability to access infostrings in code-block elaborators, and a "strict" inline code elaboration mode. * feat: linter for missing section tags in manual genre (#450) * fix: respect `none` for section tags in manual genre (#451) * chore: bump to nightly-2025-06-23 --------- Co-authored-by: Pim Otte <otte.pim@gmail.com> Co-authored-by: Hanson Char <hanson.char@gmail.com> Co-authored-by: jrr6 <7482866+jrr6@users.noreply.github.com>
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.
No description provided.