0% found this document useful (0 votes)
21 views

linangdata-document-3

This document serves as a basic introduction to Markdown formatting, covering headings, lists, emphasis, links, images, and code blocks. It provides examples for creating various elements such as headings with different sizes, unordered and ordered lists, and text formatting options like bold and italic. Additionally, it includes a simple code block example to illustrate how to format code in Markdown.

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)
21 views

linangdata-document-3

This document serves as a basic introduction to Markdown formatting, covering headings, lists, emphasis, links, images, and code blocks. It provides examples for creating various elements such as headings with different sizes, unordered and ordered lists, and text formatting options like bold and italic. Additionally, it includes a simple code block example to illustrate how to format code in Markdown.

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 [lpk]k=i0ip9uhg6ffff


## 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
![Markdown Logo](https://upload.wikimedia.org/wikipedia/commons/4/

Code Blocks j dsonojdsopjdlwkkr


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

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

You might also like