Testing Markdown support in Long Form Text
First change to text
Demo
Emphasis, aka italics, with asterisks or underscores. Strong emphasis, aka bold, with asterisks or underscores. Combined emphasis with asterisks and underscores. Links with two blocks, text in square-brackets, destination is in parentheses.. Inline code
has back-ticks around
it.
Ordered lists:
- First ordered list item
- Another item
- And another item.
You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we’ll use three here to also align the raw Markdown).
Regular lists:
- Unordered list can use asterisks
- Or minuses
- Or pluses
—
Code
var s = "code blocks use monospace font";
alert(s);
Here’s a Table:
Markdown |
Table |
Extension |
renders |
beautiful images |
|
1 |
2 |
3 |
And Blockquotes
Blockquotes are very handy in email to emulate reply text.
This line is part of the same quote.
Published at
2023-03-02 19:11:54Event JSON
{
"id": "86df4c02231110af0abfa79eed1baa52f54c1859440816fb030477379c2dadf0",
"pubkey": "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c",
"created_at": 1677784314,
"kind": 30023,
"tags": [
[
"d",
""
],
[
"title",
"Testing Markdown support in Long Form Text"
],
[
"summary",
"Just a test from Vitor to make sure Markdown renders correctly"
],
[
"published_at",
"1677783087"
],
[
"image",
"https://mailtrap.io/wp-content/uploads/2020/06/testing_meme1.jpg"
]
],
"content": "First change to text\n\n# Demo\n\nEmphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with **asterisks** or __underscores__. Combined emphasis with **asterisks and _underscores_**. [Links with two blocks, text in square-brackets, destination is in parentheses.](https://www.example.com). Inline `code` has `back-ticks around` it.\n\nOrdered lists: \n\n1. First ordered list item\n2. Another item\n * Unordered sub-list.\n3. And another item.\nYou can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown).\n\nRegular lists:\n\n* Unordered list can use asterisks\n- Or minuses\n+ Or pluses\n---\n\nCode\n\n```javascript\nvar s = \"code blocks use monospace font\";\nalert(s);\n```\n\nHere's a Table: \n\nMarkdown | Table | Extension\n--- | --- | ---\n*renders* | `beautiful images` | ![random image](https://picsum.photos/seed/picsum/400/400 \"Text 1\")\n1 | 2 | 3\n\nAnd Blockquotes\n\n\u003e Blockquotes are very handy in email to emulate reply text.\n\u003e This line is part of the same quote.",
"sig": "3ac72ef53b3a7e8b5cd15f170fe653efe2e60421502840440bf84e8af5296030a2e142252c1e686c40994128f22b9fc1228657cfbae75c3c7b0468279ac8d208"
}