Markdown List Syntax



Markdown Quick Reference Cheat Sheet

Note: The instructions from this guide are referring to the Classic Editor. Wps office 2019. If you are using the WordPress block editor, please see this guide.

See the Markdown page for instructions on enabling Markdown for posts, pages and comments on your blog, and for more detailed information about using Markdown.

Markdown List Syntax C

ListMarkdown codes
MarkdownProcessed
EmphasisEmphasize
Strong

Some WordPress.com themes may have different formatting for these styles

Inline Links

Most browsers show the title text when hovering over a link.

Please note that WordPress shortcodes, like [video] or [audio], will take priority over Markdown links and shouldn’t be used for link text.

A link.
Referenced Links

The reference section can be anywhere in the document

Some text with a link and another link.
Inline Images

The “Alt” text (alternative text) makes images accessible to visually impaired

Logo:
Referenced ImagesSmaller logo:
Linked ImagesLinked logo:
Footnotes

Footnotes will be added to the bottom of the document, with a link back to the original reference

I have more 1 to say up here.
Line breaksWe do not support Markdown’s typical double-space to generate a line break due to our built-in auto-linebreaking function. A regular line break will generate a line break on output.
Bullet Lists
  • Item
  • Item
  • Item
  • Item
Numbered Lists
  1. Item
  2. Item
Mixed Lists
  1. Item
  2. Item
    • Mixed
    • Mixed
  3. Item
Blockquotes

Quoted text.

Quoted quote.

  • Quoted
  • List
Preformatted
CodeThis is code
Code block
Syntax highlighting

See Posting Source Code for supported languages

Headers

Closing hash marks are optional on all levels

Header 1

Header 2

Header 3

Header 4

Header 5

Header 6

Definition Lists
WordPress
A semantic personal publishing platform
Markdown
Text-to-HTML conversion tool

Formatting for definition lists may vary between themes

Abbreviations

Definitions can be anywhere in the document

Markdown converts text to HTML.

Mathpix Markdown Syntax Reference. Different characters in in the same sub-list will render the same characters. For a full list of all the Markdown syntax, consult the CommonMark help or specification. Paragraphs are separated by empty lines. So it is OK to use only just '1' ones, to get your numbered list. Gta vice city pc game installation overview. Or whatever integer number, even of more digits: The list numbering will continue by increment 1. However, the first item in the numbered list will be kept, so the first leading will usually be the number '1'. Malinois - 5 spaces makes 3rd level already. The markdown cell in Jupyter Notebook can display six levels of heading. For making a heading, start the syntax with # followed by a space and then the text. This will make the heading of level 1 – The biggest. To decrease the size of the heading start incrementing the number of #.

These are some of the most useful Markdown features available on WordPress.com. See the official Markdown project and Markdown Extra for details about all available features, and variations on the features mentioned here.

Versatile plans and pricing

  • Free

    Best for students

  • Personal

    Best for hobbyists

  • Premium

    Best for freelancers

  • Business

    Best for small businesses

Summary¶

The Sane Lists extension alters the behavior of the Markdown List syntaxto be less surprising.

This extension is included in the standard Markdown library.

Syntax¶

Markdown List Syntax Examples

Sane Lists do not allow the mixing of list types. In other words, an orderedlist will not continue when an unordered list item is encountered andvice versa. For example:

will result in the following output:

Whereas the default Markdown behavior would be to generate an unordered list.

Note that, unlike the default Markdown behavior, if a blank line is notincluded between list items, the different list type is ignored completely.This corresponds to the behavior of paragraphs. For example:

With this extension the above will result in the following output:

Sane lists also recognize the number used in ordered lists. Given the followinglist:

By default markdown will ignore the fact that the first line startedwith item number “4” and the HTML list will start with a number “1”.This extension will result in the following HTML output:

In all other ways, Sane Lists should behave as normal Markdown lists.

Markdown list syntax englishMarkdown List Syntax

Markdown List Syntax English

Usage¶

Lists In Markdown

See Extensions for general extension usage. Use sane_lists as thename of the extension.

This extension does not accept any special configuration options.

Markdown List Syntax List

A trivial example: