Skip to content

Commit

Permalink
add styles to markdown subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev authored Nov 25, 2020
1 parent 503aaee commit 0b19e71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ You can export your current code selection into a snippet, you only need to sele

### 📃 Generates markdown file from Playground

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).
Xcode Playgrounds let you write comments in markdown format using the symbols:
1. `//: ` for single line comments.
2. `/*: */` 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).

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

Expand Down

0 comments on commit 0b19e71

Please sign in to comment.