Ossity is our latest product. It's a search hub and web research tool. Try it now for free!


This page has been Textised!
The original page address was https://rentry.co/

What you type What will be published # Header 1
## Header 2

And so on up to 6. 
Header 1

Header 2

Another 2

Another 1

Return once starts a new line.
Return twice (blank line) starts a new paragraph.
 
*Italics*
**Bold**
~~Strikeout~~
==Mark== Italics
Bold
Strikeout
Mark -> Centered text <-
-> Right-aligned ->

Also works for images and ### -> Headers <- 
Centered text  Right-aligned  [TOC]

Generates Table of Contents from # Headers.
[TOC2] - From h2 to h6.
[TOC3] - From h3 to h6, and so on up to 6.
  - Bulleted list item a
- Bulleted list item b
    - Nested item b1

Nested lists use 4 spaces or 1 tab. 

An asterisk (*) can be used instead of a dash. 
  • Bulleted list item a
  • Bulleted list item b
    • Nested item b1
1. Numbered list item
2. Numbered list item
    1. Nested list item
    2. Nested list item
  1. Numbered list item
  2. Numbered list item
    1. Nested list item
    2. Nested list item
- [ ] Checkbox 1
- [x] Checkbox 2
  • Checkbox 1
  • Checkbox 2
>> How to use quotes in Markdown?
> Just prepend text with >
How to use quotes in Markdown?

Just prepend text with >

``` python
s = "Tripple backticks ( ``` ) generate code block"
print(s)
```

For the list of supported languages see the langs page. 
1
2
s  = "Tripple backticks ( ``` ) generate code block"  
print ( s )  
Single backtick generates `inline code` Single backtick generates inline code ***

Horizontal rule, <hr>  \*not italics\*

To produce a literal asterisk or any symbol used in Markdown, use backslash to escape it.  *not italics*
Header | Header ------ | ------ Cell | Cell Cell | Cell
Columns can be aligned to the right with --: and centered with :--:. 

Center | Right :----: | ----: Cell | Cell Cell | Cell Header Header Cell Cell Cell Cell

Center Right Cell Cell Cell Cell
!!! note Admonition title Admonition text
Available types: info , note , warning , danger . Defaults to warning.

 
!!! info Title or text can be skipped
Admonition title

Admonition text

Title or text can be skipped

Autolinks:
https://rentry.co/ or rentry.co Autolinks:
https://rentry.co/ or rentry.co
Link description:
[Markdown pastebin](https://rentry.co)

Be sure to include the "http(s)://" part of the link.  Link description:
Markdown pastebin
![Image description](https://i.imgur.com/PYV4crq.png)

Be sure to include direct link to the image.  [Image: Image description]  
new·what·how·langs·contacts
 
Rentry.co - Markdown Pastebin


Textise: Back to top

This text-only page was created by Textise (www.textise.net) © Textise - CPC LLC
To find out more about our product, visit Textise.org.