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
Relax rules for decoding JSON for asides with custom styles (#829)
* RenderBlockContent#init(from decoder:) overwrites aside style with
name (if present) for all aside styles not just for notes.
* Update Tests/SwiftDocCTests/Model/SemaToRenderNodeTests.swift
Co-authored-by: David Rönnqvist <[email protected]>
tryassertRoundTripCoding(RenderBlockContent.aside(.init(style: style, content:[.paragraph(.init(inlineContent:[.text("This is a custom title...")]))])))
2993
+
}
2962
2994
}
2963
2995
2964
2996
/// Tests links to symbols that have deprecation summary in markdown appear deprecated.
0 commit comments