addons-server/docs/topics/playground.md

1.4 KiB

Playground

(syntax)=

Syntax

Admonitions

  An example of an admonition with a _title_.

List

  1. quotes
  2. breaks
  3. links

Code

print('this is python')
console.log('this is python')

Blockquotes

To be or not to be

Breaks

thematic


break

HTML

*some text*

This is an inline link to a search engine

Here is a referenced link to Google.

You can link to files like README.

You can link to a particular section like Syntax.

Link to a named reference anchor

see {ref}my-table

:name: my-table

*   - Head 1
*   - Row 1

You can link to a named anchor

{ref}Link <header_link>

(header_link)=

Here is the content

Images

You can inline render images

favicon

Formatting

strong, emphasis, literal text, *escaped symbols*

Tables

header 1 header 2
3 4

Footnotes

Here's a simple footnote,1 and here's a longer one.2


  1. This is the first footnote. ↩︎

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { my code }

    Add as many paragraphs as you like. ↩︎