Markdown Examples
Base Syntax
Example text with nothing specific
Bold
bold text
Italic
italicized text
Blockquote
blockquote
Ordered List
- First item
- Second item
- Third item
Unordered List
- First item
- Second item
- Third item
Code
code
Horizontal Rule
Link
Extended Syntax
Table
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Fenced Code Block
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Footnote
Here's a sentence with a footnote. 1
Heading ID
My Great Heading
Definition List
term : definition
Strikethrough
The world is flat.
Task List
- Write the press release
- Update the website
- Contact the media
Tabs
- First
- Second
- Third
Example text with an emoji 🟢 Good info 🔴 Bad info
console.log("Hello, world!");
{
"status": {
"key0": 0,
"key1": 1,
"key2": 123,
"key3": 1234,
"key4": 123456
}
}
Info Admonitions
Available cases: caution, note, important, tip, warning
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in turpis dignissim sapien sodales dignissim. Phasellus malesuada viverra consectetur. Aliquam et diam quis lectus luctus molestie. Pellentesque a dictum orci.
The content and title can include markdown. For example:
console.log("Hello, world!");
example/endpoint
text about it
Lorem ipsum dolor sit amet !
Oh, no ! Lorem ipsum dolor sit amet
GET
API Call
GET API Call
POST API Call
The content and title can include markdown. For example:
- First
- Second
- Third
Path Parameters
https://example.com/*param*
Param | Required | Type | Description |
---|---|---|---|
bech32Address | REQUIRED | string | The Address to query. |
gasPrice | OPTIONAL | number | The desired Gas Price (per Gas Unit). |
storageKey | REQUIRED | string | The storage entry to fetch. |
bech32Address | REQUIRED | string | The Address to query. |
console.log("Hello, world!");
🟢 200 OK
Value (hex-encoded) successfully retrieved.
{
"status": {
"key0": 0,
"key1": 1,
"key2": 123,
"key3": 1234,
"key4": 123456
}
}
LaTeX
LaTeX Example
Inline
Text that contains a function and continues after that function.
Text that contains an integral and continues after that
Block
Example text