1.4 KiB
1.4 KiB
Playground
(syntax)=
Syntax
Admonitions
An example of an admonition with a _title_.
List
- quotes
- breaks
- links
Code
print('this is python')
console.log('this is python')
Blockquotes
To be or not to be
Breaks
thematic
break
HTML
*some text*
Links
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)=
Head to Link to
Here is the content
Images
You can inline render images
Formatting
strong, emphasis, literal text
, *escaped symbols*
Tables
header 1 | header 2 |
---|---|
3 | 4 |