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: Tests/SD2MDTests/SD2MDTests.swift
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ final class SD2MDTests: XCTestCase {
13
13
14
14
.spacer(),
15
15
16
-
.text("Xcode Workspace to convert ScreenData into Markdown. CLI tool to either print or save the Markdown generated from the ScreenData."),
16
+
.label(title:"ScreenData to Markdown (SD2MD)", font:.headline),
17
17
18
-
.spacer(size:2),
19
-
20
-
.label(title:"Xcode Usage", font:.headline),
18
+
.text("SD2MD is a Xcode Workspace to convert ScreenData into Markdown and CLI tool to either print or save the Markdown generated from the ScreenData."),
21
19
22
20
.spacer(),
23
21
22
+
.label(title:"Xcode Usage", font:.headline),
23
+
24
24
.text("All changes should be done insider the `Markdown` folder. Edit `Workspace.post` to what you want converted from ScreenData into Markdown."),
0 commit comments