0% found this document useful (0 votes)
15 views1 page

Linangdata Document 2

This document serves as a basic introduction to Markdown formatting, covering essential elements such as headings, lists, emphasis, links, images, and code blocks. It provides examples for creating both unordered and ordered lists, as well as how to format text with bold, italic, and strikethrough styles. Additionally, it includes a simple code block example to demonstrate inline and block code formatting.

Uploaded by

timless acc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Linangdata Document 2

This document serves as a basic introduction to Markdown formatting, covering essential elements such as headings, lists, emphasis, links, images, and code blocks. It provides examples for creating both unordered and ordered lists, as well as how to format text with bold, italic, and strikethrough styles. Additionally, it includes a simple code block example to demonstrate inline and block code formatting.

Uploaded by

timless acc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Welcome to Markdown!

This is a basic example to help you get started with Markdown formatting.

Headings
Use # for headings. Add more # for smaller headings:

# creates the largest heading


## creates a medium heading
### creates a smallsnsnknkfnskfksfner heading

Lists
Unordered List

Item 1
Item 2
Sub-item 2.1 IHOGUNJJIJOQ WRLFSKDLSDKLDKLSKD
Sub-item 2.2 rowrpwrkrpwkrpkrwkrprpwkrp

Ordered List
1. First item
2. Second item
3. Third item

Emphasis
Bold text: **Bold**OJOJOJOJOJOJOJ
Italic text: *Italic*
Strikethrough: ~~Strikethrough~~ wkwnrwknrkrnwkrnwknnkwrnkrnkwn

LinkssnknsipaNcpOJDNPOAJDPOJDpOJDozjdspJDpOZJ
Click here to visit Google

Images

Code Blocks j dsonojdsopjdlwkkr


Inline code: Use `backticks` for inline code
Block of code:

def hello_world():
print("Hello, world!")

You might also like