docs: remove remaining yaml/tag legacy references

This commit is contained in:
2026-09-08 20:59:30 +08:00
parent 638e8f6526
commit 5061c4d19d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export interface DeckState {
cornerRadius: number;
shape: CardShape;
fixed: boolean;
/** True when the deck was configured via a yaml/tag codeblock (data-config). */
/** True when the deck was configured via a yaml role=tag codeblock (data-config). */
isYamlBlock: boolean;
src: string;
rawSrc: string;