docs/internal/test_usability.md
This tests all the seamless canvas features of the markdown compose plugin.
Here is bold text in a sentence.
Here is italic text in a sentence.
Here is inline code in a sentence.
Here is strikethrough text in a sentence.
Here is bold italic text in a sentence.
Mix bold with italic and code freely.
Visit Fresh Editor for more. Check Example Site too. Here's a link with spaces in text. Not a link: should stay.
| Feature | Status | Notes |
|---|---|---|
| Bold | Done | Working well |
| Italic | Done | Working well |
| Links | Done | Blue underline |
| Tables | Done | Box-drawing |
| Name | Age | City |
|---|---|---|
| Alice | 30 | NYC |
| Bob | 25 | LA |
This is a very long paragraph that should be soft-wrapped by the compose mode plugin at the configured width, which defaults to 80 characters. The text should flow naturally across multiple visual lines while maintaining proper cursor movement through each visual line.
This is a block quote that has quite a lot of text in it, enough that it should also demonstrate wrapping behavior within the quoted section.
fn main() {
println!("Hello, World!");
let x = 42;
}
Here's a paragraph with bold links: check this bold link.
Also try code with **no bold** inside backticks.
And struck link text through text.
Line 1 Line 2 Line 3 is a longer line that will need to be wrapped by the compose mode when it exceeds the configured compose width threshold for this particular document. Line 4 Line 5