Open
Description
Description
I am building an interactive tutorial and noticed that one of my code steps is not highlighting the code changes, even though the other steps are.
The tutorial is located at https://jverkoey.github.io/slipstream/tutorials/slipstream/introducingslipstream-yourfirstsite-helloworld
Specifically, Step 8 of Section 3 (Adding some style) adds a .fontSize(.extraExtraExtraLarge)
attribute to the view, but this addition is not displayed in the code preview.

I've manually highlighted the expected code change.
The relevant step in the .tutorial
definition are found here:
Checklist
- If possible, I've reproduced the issue using the
main
branch of this package. - This issue hasn't been addressed in an existing GitHub issue.
Expected Behavior
The added code should be highlighted.
Actual behavior
The added code is not highlighted.
Steps To Reproduce
- Open https://jverkoey.github.io/slipstream/tutorials/slipstream/introducingslipstream-yourfirstsite-helloworld
- Scroll down to section 3, step 8.
- Observe.
Swift-DocC Version Information
No response
Swift Compiler Version Information
swift-driver version: 1.113 Apple Swift version 6.0 (swiftlang-6.0.0.7.6 clang-1600.0.24.1)
Target: arm64-apple-macosx14.0