This is a paragraph under heading level 1. This text should be preserved when pasted into Obsidian.
This is a paragraph under heading level 2. The plugin should adjust this heading based on your settings.
This is a paragraph under heading level 3. Testing how the plugin handles this level.
This is a paragraph under heading level 4. Testing deeper heading levels.
This is a paragraph under heading level 5. Testing even deeper heading levels.
This is a paragraph under heading level 6. This is the deepest heading level in HTML.
This is nested content with its own heading hierarchy.
More nested content to test how the plugin handles nested structures.
This text has bold, italic, and link formatting.
This text has inline code formatting.
// This is a code block
function testFunction() {
console.log("Hello, world!");
}
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1, Cell 1 | Row 1, Cell 2 | Row 1, Cell 3 |
| Row 2, Cell 1 | Row 2, Cell 2 | Row 2, Cell 3 |
Text before empty lines.
Text after empty lines.
Text before horizontal rule.
Text after horizontal rule.
This is a blockquote.
console.log("Hello, world!");
Text before line break.
Text after line break.
Text with an embedded
line break.
Another example of a
line break.