-
-
Save lildude/24d9846026bae3458eaea81d92eb0708 to your computer and use it in GitHub Desktop.
How to Tables on Bear app. Copy/paste example _as is_ on a note. (https://www.reddit.com/r/bearapp/comments/8a2k04/how_to_craft_pseudo_tables_on_bear/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Playgrounds Markup Cheat Sheet | |
## Callouts | |
::Name Description PG QH:: | |
[Note](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Note.html#//apple_ref/doc/uid/TP40016497-CH39-SW1) Adds a Note callout. ✓ ✓ | |
[Example](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Example.html#//apple_ref/doc/uid/TP40016497-CH58-SW1) Adds an Example callout. ✓ | |
[Experiment](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Experiment.html#//apple_ref/doc/uid/TP40016497-CH36-SW1) Adds an Experiment callout. ✓ ✓ | |
[Important](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Important.html#//apple_ref/doc/uid/TP40016497-CH37-SW1) Adds an Important callout ✓ ✓ | |
[Custom Callout](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/CustomCallouts.html#//apple_ref/doc/uid/TP40016497-CH59-SW1) Callout with custom text. ✓ | |
## Pagination | |
::Name Description PG QH:: | |
[Named Page](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/AnyPage.html#//apple_ref/doc/uid/TP40016497-CH22-SW1) Link to named PG page. ✓ | |
[Next Page](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/NextPage.html#//apple_ref/doc/uid/TP40016497-CH20-SW1) Link to next PG page. ✓ | |
[Previous Page](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/PreviousPage.html#//apple_ref/doc/uid/TP40016497-CH21-SW1) Link to prev page in PG. ✓ | |
## Media | |
::Name Description PG QH:: | |
[Images](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Images.html#//apple_ref/doc/uid/TP40016497-CH17-SW1) Shows web or PG image. ✓ ✓ | |
[Videos](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/InlineVideo.html#//apple_ref/doc/uid/TP40016497-CH98-SW1) Adds a live video player. ✓ | |
[Link Reference](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/LinkReference.html#//apple_ref/doc/uid/TP40016497-CH56-SW1) Named ref to URL. ✓ ✓ | |
[Links](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Links.html#//apple_ref/doc/uid/TP40016497-CH18-SW1) Link to text-based resource. ✓ ✓ | |
## Formatting | |
::Name Description PG QH:: | |
[Headings](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Headings.html#//apple_ref/doc/uid/TP40016497-CH8-SW1) Renders a line as a heading. ✓ ✓ | |
[Horizontal Rules](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/HorizontalRules.html#//apple_ref/doc/uid/TP40016497-CH13-SW1) Adds a horizontal rule. ✓ ✓ | |
[Bulleted Lists](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/BulletedLists.html#//apple_ref/doc/uid/TP40016497-CH9-SW1) Adds a bulleted list. ✓ ✓ | |
[Numbered Lists](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/NumberedLists.html#//apple_ref/doc/uid/TP40016497-CH10-SW1) Adds a numbered list. ✓ ✓ | |
[Code Voice](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Code.html#//apple_ref/doc/uid/TP40016497-CH16-SW1) Renders line of code. ✓ ✓ | |
[Code Block](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/CodeBlocks.html#//apple_ref/doc/uid/TP40016497-CH12-SW1) Renders block of code. ✓ ✓ | |
[Escapes](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/SpecialCharacter.html#//apple_ref/doc/uid/TP40016497-CH19-SW1) Disables character behaviors. ✓ ✓ | |
--- | |
#dev #cheatsheet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment