Paragraphs are separated by a blank line.
2nd paragraph. Italic, bold, and monospace. Itemized lists
look like:
- this one
- that one
| { | |
| "Functional Memo Component": { | |
| "prefix": "tsxmemo", | |
| "body": [ | |
| "import React from 'react'", | |
| "import { styled } from '~/styles'", | |
| "", | |
| "// Types ----------", | |
| "", | |
| "interface ComponentProps {}", |
| Prop types are great to ensure the right data is being sent from parent to child component via Props. | |
| This is all :D |
| sdfsdfsdfsdfsdfsdfb df | |
| dfjlhdsgfp | |
| ads fsdifhosidfhjosdifh o oijhijoijo i |
| BLA BLA BLA BLA | |
| Lorem ipsum dolor sit amet consectetur, adipisicing elit. | |
| Labore alias a atque inventore nobis nostrum culpa quod, explicabo necessitatibus at temporibus voluptatibus tenetur pariatur corporis ex magnam harum. Vel, quia! | |
| Hello this is a nice test. | |
| And here the test continues as well, how does it look? |
HELLO
// this is code
const a = 1;
let b = a * 2;
console.log(b);
| { | |
| "atomKeymap.promptV3Features": true, | |
| "editor.cursorBlinking": "blink", | |
| "editor.cursorStyle": "block", | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.formatOnPaste": true, | |
| "editor.tabSize": 2, | |
| "editor.renderWhitespace": "all", | |
| "editor.wordWrap": "on", | |
| "editor.formatOnPaste": false, |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Alpha Component</key> | |
| <real>1</real> | |
| <key>Blue Component</key> | |
| <real>0.0</real> |