CARVIEW |
Select Language
HTTP/2 301
server: nginx
date: Sat, 11 Oct 2025 06:28:47 GMT
content-type: text/html; charset=utf-8
location: https://jetpack.com/support/jetpack-blocks/markdown-block/
x-hacker: Want root? Visit join.a8c.com/hacker and mention this header.
host-header: WordPress.com
x-frame-options: SAMEORIGIN
vary: accept, content-type, cookie
x-safe-redirect-manager: true
x-redirect-by: WordPress
x-ac: 2.bom _dca MISS
alt-svc: h3=":443"; ma=86400
strict-transport-security: max-age=31536000; includeSubDomains; preload
server-timing: a8c-cdn, dc;desc=bom, cache;desc=MISS;dur=345.0
HTTP/2 301
server: nginx
date: Sat, 11 Oct 2025 06:28:47 GMT
content-type: text/html; charset=utf-8
location: https://jetpack.com/support/jetpack-blocks/markdown/
x-hacker: Want root? Visit join.a8c.com/hacker and mention this header.
host-header: WordPress.com
x-frame-options: SAMEORIGIN
vary: accept, content-type, cookie
x-safe-redirect-manager: true
x-redirect-by: WordPress
x-ac: 4.bom _dca MISS
alt-svc: h3=":443"; ma=86400
strict-transport-security: max-age=31536000; includeSubDomains; preload
server-timing: a8c-cdn, dc;desc=bom, cache;desc=MISS;dur=349.0
HTTP/2 200
server: nginx
date: Sat, 11 Oct 2025 06:28:48 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-hacker: Want root? Visit join.a8c.com/hacker and mention this header.
host-header: WordPress.com
x-frame-options: SAMEORIGIN
vary: accept, content-type, cookie
link: ; rel=shortlink
content-encoding: gzip
x-ac: 2.bom _dca MISS
alt-svc: h3=":443"; ma=86400
strict-transport-security: max-age=31536000; includeSubDomains; preload
server-timing: a8c-cdn, dc;desc=bom, cache;desc=MISS;dur=480.0
Markdown Block
Table Of Contents
Contact Us
Need more help? Feel free to contact us.
-
Subscribe
Subscribed
Already have a WordPress.com account? Log in now.
Markdown Block
Create formatted content using only regular characters and some punctuation marks, with the Markdown block.
Get a quick and easy way to write formatted text with the Markdown Block. You don’t need to take your hands off the keyboard or learn a lot of complicated codes and shortcuts.
Please note that this page describes how to use the Markdown feature in the Block Editor. Find instructions on adding Markdown to the Classic Editor here.
Markdown Block requirements
The Markdown Block is a free feature and is available on all Jetpack-connected sites.
Markdown is activated by default as part of the Jetpack Blocks suite. Since it is a block only, it remains available even if you turn off the Markdown feature in Jetpack → Settings → Writing → Composing.
Jetpack Blocks require the Block Editor (also referred to as the Gutenberg editor). If you’ve installed the Classic Editor plugin, you will need to switch back to the Block Editor either by:
See Using Blocks and the Classic Editor for more details.
It may happen that an editor that comes with a custom theme or plugin prevents you from using the Block Editor. In that case, please contact the respective plugin or theme author for further assistance.
Add a Markdown block
You can add the Markdown block by searching for it and/or selecting it from the Jetpack section of the block selector.
See Jetpack Blocks for detailed instructions on adding blocks, and also learn about the other available blocks.
You can start writing in Markdown right away. If you need more information to get started with markdown, you can check the basics on Markdown Reference page.
Learn to use Markdown
Common Markdown elements
#
for headings. The number of#
symbols indicates the heading level (e.g.,# Heading 1
,## Heading 2
,### Heading 3
).*
or_
to create italic text (e.g.,*italic*
or_italic_
)**
or__
for bold text (e.g.,**bold**
or__bold__
).*
,-
, or+
for unordered lists and numbers followed by a period for ordered lists (e.g.,1. Item 1
,2. Item 2
).[link text](URL)
to create hyperlinks (e.g.,[Jetpack](https://jetpack.com)
).
to insert images (e.g.,
).>
before the text to create a blockquote (e.g.,> This is a blockquote.
).`
) for inline code and triple backticks (```
) for code blocks.-
,*
, or_
on a line by themselves to create a horizontal rule.Please refer to the Markdown Reference page for any other elements and how to use them.
Preview Markdown content
Use the “Preview” option on the block toolbar to ensure your Markdown content appears as intended.
You can see a real-time rendered version of your Markdown text via the Preview option. This makes it easy to verify formatting and make any necessary adjustments before publishing your post or page.
To verify that footnotes are working correctly, save your draft and view the changes on the front end of your website.
Markdown Implementation
Our Markdown block uses the
markdown-it
parser, which supports the CommonMark spec. See the demo page if you need full details of the syntax that our Markdown block supports.Still need help?
Please contact support. We’re happy to advise.
Related