| title | Markdown Docs Example |
|---|---|
| author | Jonny Asmar |
| description | A comprehensive example showcasing the features of the Markdown Docs VS Code extension. |
| version | 1.2.26 |
This comprehensive example demonstrates the powerful features of the Markdown Docs VS Code extension. It showcases various Markdown elements enhanced by the extension's capabilities, providing a hands-on exploration of editing, commenting, searching, and formatting features in action.
With Markdown Docs, you get a seamless What You See Is What You Get (WYSIWYG) editing experience. No more switching between raw Markdown and a preview pane! Edit directly and see your changes instantly.
This extension allows you to add comments directly within your Markdown files as custom Markdown directives. Imagine leaving feedback for an AI model, annotating your personal notes, or collaborating with a team. Comments appear in a dedicated sidebar for easy navigation and focus.
Easily find content within your document with the built-in highlighted search functionality. Type your query, and see matches highlighted in real-time as you type.
Tailor your editing environment by changing the display font directly within the editor settings. Choose a font that suits your preference for optimal readability, productivity, and comfort.
This is a paragraph with some bold text, italic text, and even bold and italic text. You can also highlight code inline, strike through text, create ==highlighted text==, or use links.
- First item
- Second item
- Nested ordered item
- Another nested item
- Third item
- Apple
- Banana
- Green banana
- Yellow banana
- Cherry
- Task completed
- Task pending
- Another task
Visit the Google website.
:::note Note :::
:::tip Tip :::
:::danger Danger :::
:::info Info :::
:::caution Caution :::
function helloWorld() {
logger.debug('Hello, Markdown Docs!');
}
helloWorld();def greet(name):
return f"Hello, {name}!"
print(greet("AI"))sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.
Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you?
graph TD
A(Coffee machine <br>not working) --> B{Machine has power?}
B -->|No| H(Plug in and turn on)
B -->|Yes| C{Out of beans or water?} -->|Yes| G(Refill beans and water)
C -->|No| D{Filter warning?} -->|Yes| I(Replace or clean filter)
D -->|No| F(Send for repair)
"The only way to do great work is to love what you do."- Steve Jobs
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
| Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 |
Here's a screenshot showing the extension in action:
This example document should provide a good basis for showcasing the Markdown Docs extension in action. Feel free to add comments, modify content, and explore all the features!
tagThis<Still>
{{so_does_this}}.
