export function getNoteContent() { return `
This text is italicized. This text is also italicized.
This text is bold. This text is also bold.
This text is bold and italicized. This text is also bold and italicized.
Link with title Link without title
This is a blockquote.
Nested blockquote.
Back to the outer blockquote.
Item 1
Subitem 1.1
First item
Subitem 1.1
Here is some inline code.
def hello_world():
print("Hello, world!")
This is text between horizontal rules
|
Header 1 |
Header 2 |
Header 3 |
|---|---|---|
|
Row 1 |
Data 1.2 |
Data 1.3 |
|
Row 2 |
Data 2.2 |
Data 2.3 |
This is an inline math equation: $E = mc^2$.
Below is a block math equation:
$$\\\\int_a^b f(x) \\\\, dx = F(b) - F(a)$$
Solve the quadratic equation:
$$x = \\\\frac{-b \\\\pm \\\\sqrt{b^2 - 4ac}}{2a}$$
Ordered list item
Unordered subitem
console.log("Nested code block");
This is a nested math
$$y=x^2$$
This is a line table
|
1 |
2 |
3 |
|
4 |
5 |
6 |
|
7 |
8 |
9 |
Escape sequences for special characters: * _ \\\` [ ] ( ) # + - .
This is a HTML block inside Markdown.
Highlight text is here
Colored text is here
This text is strikethrough.
Bold and nested italic within bold.
IMAGE_PLACEHOLDER
CITATION_PLACEHOLDER
Item 1
Item 2
Continuation of item 2 without proper indentation.
This is a very long paragraph that does not have any line breaks and is intended to test how the Markdown engine handles text wrapping when there are no explicit line breaks within the text.
This document contains a wide range of Markdown elements, including headers, lists, blockquotes, inline and block code, tables, images, links, math, and special characters. It also tests recursive and edge cases to ensure the Markdown engine is robust.