tor
xmrbin.com
about
Login
Markdown Guide
What you type What will be published
[[info;99.99;Button Name;Invoice Description;]]

Available types: info, note, warning, danger.
Also works with bold, centered and right-aligned text.
Invoice description is optional.

**[[note;50;Pay $50;]]**

Button Name


Pay $50

# Header 1
## Header 2

And so on up to 6.

Header 1

Header 2

Return once starts a new line.
Return twice (blank line) starts a new paragraph.

*Italics*
**Bold**
~~Strikeout~~
==Mark==
%red% Colored Text %%
%#ACBDEF% Colored Text Hex %%
s~Spoiler~s

Italics
Bold
Strikeout
Mark
Colored Text
Colored Text Hex
Spoiler
!~ Simple Underlined Text ~!
!~red; Underlined Text With Color ~!

%violet% !~green; Combine With Text Color ~! %%
!~violet; %green% Works The Other Way Too %% ~!

Simple Underlined Text
Underlined Text With Color
Combine With Text Color
Works The Other Way Too

c~Centered text~c
r~Right-aligned~r

Also works for images and ### -c Headers c-

Centered text

Right-aligned

- 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
q~ How to use quotes in Markdown?

q~ Just prepend text with q~

How to use quotes in Markdown?

Just prepend text with >

```
s = "Tripple backticks ( ``` ) generate code block"
print(s)
```
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.

!!! info; Title can be skipped

Admonition title

Admonition text

Title or text can be skipped

Autolinks:
https://xmrbin.com
Autolinks:
https://xmrbin.com
Link description:
[Crypto Pastebin](https://xmrbin.com)

Be sure to include the "http(s)://" part of the link.
Link description:
Crypto Pastebin
![XMRbin Logo](https://xmrbin.com/logo.png)

Be sure to include direct link to the image.
XMRbin Logo