diff --git a/README.md b/README.md index 20ae113..b34b654 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,6 @@ - [Images in HTML](#images-in-html) - [Links](#links) - [Tables](#tables) - - [Lists](#lists) - - [Task Lists](#task-lists) - - [Blockquotes](#blockquotes) - - [Inline HTML](#inline-html) - - [Footnotes](#footnotes) ## Introduction @@ -23,6 +18,8 @@ This document serves as a comprehensive example of various markdown features inc ## C Code Snippet +Inline `code` has `back-ticks around` it. + Below is an example of a simple C code snippet that prints "Hello, World!" to the console. ```c @@ -54,6 +51,8 @@ Einstein's formula: $E=mc^2$ 🎉 Click here to visit [JumpFast Technologies](https://www.jumpfast.tech "JumpFast") +This is an HTML anchor link + ## Tables Here's a table. | Header 1 | Header 2 | Header 3 | @@ -62,71 +61,49 @@ Here's a table. | Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 | | Row 3, Column 1 | Row 3, Column 2 | Row 3, Column 3 | -## Lists - -1. Make my changes - 1. Fix bug - 2. Improve formatting - - Make the headings bigger -2. Push my commits to GitHub -3. Open a pull request - + Describe my changes - + Mention all the members of my team - * Ask for feedback - -+ Create a list by starting a line with `+`, `-`, or `*` -+ Sub-lists are made by indenting 2 spaces: - - Marker character change forces new list start: - * Ac tristique libero volutpat at - * Facilisis in pretium nisl aliquet - * Nulla volutpat aliquam velit -+ Very easy! - -## Task Lists +## Task List - [x] Finish my changes - [ ] Push my commits to GitHub - [ ] Open a pull request - [x] @mentions, #refs, [links](), **formatting**, and tags supported - [x] list syntax required (any unordered or ordered list supported) -- [ ] this is a complete item +- [x] this is a complete item - [ ] this is an incomplete item -## Blockquotes -> Blockquotes are very handy in email to emulate reply text. -> This line is part of the same quote. +## Footnote +Footnote 1 link[^first]. -Quote break. +Footnote 2 link[^second]. -> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. +Inline footnote^[Text of inline footnote] definition. -> Blockquotes can also be nested... ->> ...by using additional greater-than signs right next to each other... -> > > ...or with spaces between arrows. +Duplicated footnote reference[^second]. + +[^first]: Footnote **can have markup** -## Inline HTML + and multiple paragraphs. -
-
Definition list
-
Is something people use sometimes.
+[^second]: Footnote text. -
Markdown in HTML
-
Does *not* work **very** well. Use HTML tags.
-
-## Footnotes +## Blockquotes -Footnote 1 link[^first]. +> Blockquotes are very handy in email to emulate reply text. +> This line is part of the same quote. -Footnote 2 link[^second]. +Quote break. -Inline footnote^[Text of inline footnote] definition. +> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. -Duplicated footnote reference[^second]. +> Blockquotes can also be nested... +>> ...by using additional greater-than signs right next to each other... +> > > ...or with spaces between arrows. -[^first]: Footnote **can have markup** - and multiple paragraphs. +## YouTube Videos -[^second]: Footnote text. + +IMAGE ALT TEXT HERE +