You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:https://github.com/jverkoey/slipstream/blob/6cb0a92ca768cb4c9cffa2c4ab99523d5a8ff2ce/Sources/Slipstream/Documentation.docc/Tutorials/IntroducingSlipstream/YourFirstSite/HelloWorld/IntroducingSlipstream-YourFirstSite-HelloWorld.tutorial#L182-L194
Checklist
main
branch of this package.Expected Behavior
The added code should be highlighted.
Actual behavior
The added code is not highlighted.
Steps To Reproduce
Swift-DocC Version Information
No response
Swift Compiler Version Information
The text was updated successfully, but these errors were encountered: