FunctionizeRuntime Smoke Tests

Text Selection

Select text in the sections below. The selected text and its source are displayed at the bottom.

Simple Paragraph

The quick brown fox jumps over the lazy dog. This sentence contains every letter of the English alphabet. Select any portion of this text to see it captured below.

Multi-Element Text

Text that spans across multiple inline elements (bold, italic, links).

This is bold text followed by italic text and a clickable link with inline code in between.

List Items

Select text across list items.

  • First item in the list
  • Second item with bold content
  • Third item with italic content
  • Fourth and final item

Table Content

Select text within or across table cells.

NameRoleDepartment
Alice JohnsonEngineerPlatform
Bob SmithDesignerProduct
Carol WilliamsManagerOperations

Code Block

Select text from a pre-formatted code block.

function greet(name) {
  const message = "Hello, " + name + "!";
  console.log(message);
  return message;
}
Selection Result

Select text in any section above to see it captured here.