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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,15 @@ Converts sidebar YAML files (matching the schema) into readable, structured Mark
66
66
Supports preservation of YAML comments (before each sidebar entry) as Markdown paragraphs, and includes metadata such as the YAML filename and timestamp as Markdown comments.
67
67
68
68
**Features:**
69
+
69
70
- Converts all sidebar structure, including nested items, headings, and tags, into Markdown.
70
71
- Scalar properties (string, number, boolean) are rendered as `_property_: value`.
71
72
- Tags arrays are rendered as Markdown sub-lists.
72
73
- YAML comments before each sidebar entry are rendered as Markdown paragraphs after the heading.
73
74
- Prepends Markdown comments for the YAML filename and timestamp.
Converts Markdown navigation lists (as generated by `yamlToMarkdown.js`) back into YAML, reconstructing the sidebar structure and restoring comments as YAML comments.
94
96
95
97
**Features:**
98
+
96
99
- Parses Markdown headings, paragraphs, and lists to reconstruct the sidebar data structure.
97
100
- Converts Markdown paragraphs between headings and the first list item into YAML comments.
98
101
- Scalar properties and tags are faithfully restored.
99
102
- Prepends YAML comments for the Markdown filename and timestamp.
0 commit comments