Skip to content

Commit 503aaee

Browse files
remove some extra line between subsections
1 parent c05f660 commit 503aaee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: README.md

-6
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ You can customize the output image using the preferences action `Editor > nef >
5757
<img src="assets/nef-xcode-preferences.png" alt="nef: preferences Xcode extension" width="75%"/>
5858
</p>
5959

60-
&nbsp;
61-
6260
### 🌁 Export code selection to image or clipboard
6361
You can export your current code selection into a snippet, you only need to select the action `Editor > nef > Code selection...`
6462
- **Image file** it will create an image in the [output folder](#-preferences).
@@ -76,16 +74,12 @@ You can export your current code selection into a snippet, you only need to sele
7674
</tr>
7775
</table>
7876

79-
&nbsp;
80-
8177
### 📃 Generates markdown file from Playground
8278

8379
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).
8480

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

87-
&nbsp;
88-
8983
### 📲 Create a Playground Book from your Swift package
9084

9185
You can create a Playground compatible with you iPad from a Swift package. You only need to open the swift package in Xcode,

0 commit comments

Comments
 (0)