Skip to content
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

Implement diff views for the SPR specification #110

Merged
merged 2 commits into from
Mar 2, 2024

Commits on Mar 2, 2024

  1. Repo: Enable magic diff comments for Prism.js code blocks

    It's not as nice as a real git diff, but should serve to highlight the differences between versions without the need for a changelog.
    rdw-software committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c5ab0e0 View commit details
    Browse the repository at this point in the history
  2. Docs: Rework the SPR format specification with diff highlights

    This cuts down a lot on redundancy and verbosity, while hopefully still providing all of the same information. It's mostly a test for the diff views; if this works out then the other format specifications can be reworked as well. Also added some reference implementations that are reasonably easy to understand (omitting the Unity ones because they aren't suitable for this purpose).
    rdw-software committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    f3cf9ce View commit details
    Browse the repository at this point in the history