Obsidian/3-99 Research/99 Getting Used to Obsidian/99 Getting Used to Obsidian - README.md

3.0 KiB

Table of Contents for 99 Getting Used to Obsidian

Files

Summary

Here is the Markdown Cheat Sheet with some minor formatting adjustments and additions:

Markdown Cheat Sheet

=====================

Overview


This cheat sheet covers the basics of Markdown syntax and features.

Table of Contents

Basic Syntax


Headers

  • # Heading 1
  • ## Heading 2
  • ### Heading 3

Paragraphs

  • Use two spaces at the beginning of each line to create a new paragraph.

Bold and Italic Text

  • **Bold text** or __Bold text__
  • _Italic text_ or ~Italic text~
  • [Link text](https://www.example.com)
  • [Link text][id] with [id]: https://www.example.com

Images

  • [Image alt text](https://example.com/image.jpg)

Extended Syntax


Lists

  • Ordered lists:
    • 1. Item 1
    • 2. Item 2
    • 3. Item 3
  • Unordered lists:
    • Item 1
    • Item 2
    • Item 3

Code Blocks

Code here

* ```python
print("Hello World!")

Headers with IDs

  • # Heading 1 [id]
  • ## Heading 2 [id]
  • ### Heading 3 [id]

Definitions

  • :definition: Definition text
  • > Definition text> with '>' symbol on the left

Callouts


  • [Callout title] with [title]: Callout content in Markdown
  • [[Callout title]] with [title]: Callout content in Obsidian

Downloads


You can download this cheat sheet as a Markdown file for use in your Markdown application.

Take Your Markdown Skills to the Next Level

Learn Markdown in 60 pages. Designed for both novices and experts, The Markdown Guide book is a comprehensive reference that has everything you need to get started and master Markdown syntax.

Markdown Guide book cover](https://www.markdownguide.org/book/)

Want to Learn More Markdown?

Don't stop now! Star the GitHub repository and then enter your email address below to receive new Markdown tutorials via email. No spam!

About


About

Contact


Contact

GitHub


GitHub

API


API

Privacy Policy


Privacy Policy

Terms and Conditions


Terms and Conditions

Generated by llama3.2:latest