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
refactor: update spoiler style structure to use nested properties for particles and solid attributes (#239)
* refactor: update spoiler style structure to use nested properties for particles and solid attributes
* refactor: move normalizeColor function to styleUtils and update its usage in markdown styles
* refactor: remove mergeSpoilerDefaults function and simplify mergeSubStyle logic
* docs: clarify spoiler text overlay behavior in STYLES.md
* refactor: move mergeSubStyle function to styleUtils and update its usage in markdown style files
Copy file name to clipboardExpand all lines: docs/STYLES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -376,7 +376,7 @@ Styles for inline LaTeX math (`$...$`). Inline math is rendered within the surro
376
376
377
377
### Spoiler-specific
378
378
379
-
Styles for spoiler text (`||hiddentext||`). Spoiler text is concealed behind an animated particle overlay until the user taps to reveal it.
379
+
Styles for spoiler text (`||hiddentext||`). Spoiler text is concealed behind an overlay (controlled by the `spoilerOverlay` prop) until the user taps to reveal it.
0 commit comments