diff --git a/Pictures/leaves_avvy.jpg b/Pictures/leaves_avvy.jpg new file mode 100644 index 00000000..78af419b Binary files /dev/null and b/Pictures/leaves_avvy.jpg differ diff --git a/TEST_README.md b/TEST_README.md new file mode 100644 index 00000000..4144d587 --- /dev/null +++ b/TEST_README.md @@ -0,0 +1,64 @@ +# H1 Heading 1 +## H2 Heading 2 +### H3 Heading 3 + +**bold text** + +__also bold text__ + +*italicized text* + +_also italicized text_ + +>blockquote + +1. First item of Ordered List +2. Second item of Ordered List +3. Third item of Ordered List + +- First item of Unordered List +- Second item of Unordered List +- Third item of Unordered List + +`code block` + +--- + +[title](https://www.example.com) + + +![alt text](image.jpg) + + + + +| Syntax | Description | +| ----------- | ----------- | +| Header | Title | +| Paragraph | Text | + +`` +{ + "firstName: "John", + "lastName": "Smith" + "age": 25 +} +`` + +Here's a sentence with a footnote. [^1] + +[^1]: This is the footnote + +### My Great Heading {#custom-id} + +term +: definition + +~~The world is flat~~ + +- [x] Write the press release +- [ ] Update the website +- [ ] Contact the media + +That is so funny! :joy: + diff --git a/image.jpg b/image.jpg new file mode 100644 index 00000000..78af419b Binary files /dev/null and b/image.jpg differ diff --git a/updates.txt b/updates.txt index 490879e5..addefe94 100644 --- a/updates.txt +++ b/updates.txt @@ -14,6 +14,9 @@ add notation about using pick to parse through output, and pipe that using xargs example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) -for now, occassionally study and implement trivial C programs that demonstrate these algorithms: - https://medium.com/techie-delight/top-25-algorithms-every-programmer-should-know-373246b4881b + +neovim markdown-preview fix: + +:call mkdp#util#install() +:TSUpdate all