Skip to content

Commit 0b19e71

Browse files
add styles to markdown subsection
1 parent 503aaee commit 0b19e71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ You can export your current code selection into a snippet, you only need to sele
7676

7777
### 📃 Generates markdown file from Playground
7878

79-
Xcode Playgrounds let you write comments in markdown format using the symbols //: for single line comments, or /*: */ for multiline comments. Markup for playgrounds includes page level formatting for headings and other elements, formatting spans of characters, showing inline images, and several other features. You can read more in the [Markup Formatting Reference](https://developer.apple.com/library/archive/documentation/Xcode/Reference/xcode_markup_formatting_ref/index.html).
79+
Xcode Playgrounds let you write comments in markdown format using the symbols:
80+
1. `//: ` for single line comments.
81+
2. `/*: */` for multiline comments.
82+
83+
Markup for playgrounds includes page level formatting for headings and other elements, formatting spans of characters, showing inline images, and several other features. You can read more in the [Markup Formatting Reference](https://developer.apple.com/library/archive/documentation/Xcode/Reference/xcode_markup_formatting_ref/index.html).
8084

8185
You can create a markdown file from playground page with the nef action `Editor > nef > Export Playground page to markdown`
8286

0 commit comments

Comments
 (0)