Vovsoft Logo
Vovsoft Facebook Page Vovsoft Telegram Channel Vovsoft Youtube Channel Vovsoft Twitter Account
Menu
Markdown Cheatsheet Large Image

Markdown Cheatsheet

Home » Blog Posts » Markdown Cheatsheet
Date Last updated 2 days ago
*****
Rate this blog post

Markdown is a lightweight markup language that allows you to format text easily using plain text. It’s widely used in blogs, documentation, and platforms like WordPress, Reddit, GitHub and StackOverflow. Here’s a comprehensive cheatsheet to help you learn Markdown.

 

Element Markdown Syntax
Heading # H1
## H2
### H3
Bold **bold text**
Italic *italicized text*
Blockquote > blockquote
Ordered List 1. First item
2. Second item
3. Third item
Unordered List - First item
- Second item
- Third item
Code `code`
Horizontal Rule ---
Link [title](https://www.vovsoft.com)
Image ![alt text](image.jpg)
Table | Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Fenced Code Block ```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
Footnote Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.
Heading ID ### My Great Heading {#custom-id}
Definition List term
: definition
Strikethrough ~~The world is flat.~~
Task List - [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
Emoji That is so funny! :joy:
Highlight I need to highlight these ==very important words==.
Subscript H~2~O
Superscript X^2^

 

Vovsoft Markdown Converter is a user-friendly software for Windows, designed to effortlessly transform your markdown documents into HTML format. It has an intuitive interface that simplifies the conversion process. You don't need to be a tech guru to use this tool; it's designed for everyone, from beginners to advanced users. It runs smoothly on your desktop or laptop computer, providing a hassle-free user experience.

This software supports CommonMark, TxtMark, and DaringFireball markdown dialects. This means you can convert markdown content written in different variations, ensuring compatibility with various platforms and styles.

Markdown Converter Icon Markdown Converter Windows

Fatih Ramazan Çıkan
About Author
Fatih Ramazan Çıkan LinkedIn
Software development enthusiast | Electronics engineer


Continue Reading


Leave a Comment