Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 3.73 KB

File metadata and controls

45 lines (37 loc) · 3.73 KB

Firt Formatted Tables Example

This paragraph introduces a table that demonstrates different types of formatting inside table cells, including Markdown styling and inline HTML elements.

Feature Example Notes
Bold Text Important Uses **bold** syntax
Italic Text Emphasis Uses *italic* syntax
Inline Code const value = 42; Code formatting inside a cell
HTML Bold HTML Bold Uses <b> HTML tag
Line Break First line
Second line
Uses <br> for line break
Link OpenAI Standard Markdown link
Highlight Highlighted HTML <mark> element
Small Text Secondary note HTML <small> element
Mixed Styling Bold and Italic HTML combined Markdown + HTML mixed

Second Formatted Tables Example

This paragraph introduces a table that demonstrates different types of formatting inside table cells, including Markdown styling and inline HTML elements.

Feature Example Notes
Bold Text Important Uses **bold** syntax
Italic Text Emphasis Uses *italic* syntax
Inline Code const value = 42; Code formatting inside a cell
HTML Bold HTML Bold Uses <b> HTML tag
Line Break First line
Second line
Uses <br> for line break
Link OpenAI Standard Markdown link
Highlight Highlighted HTML <mark> element
Small Text Secondary note HTML <small> element
Mixed Styling Bold and Italic HTML combined Markdown + HTML mixed
Feature Example Notes
Bold Text Important Uses **bold** syntax
Italic Text Emphasis Uses *italic* syntax
Inline Code const value = 42; Code formatting inside a cell
HTML Bold HTML Bold Uses <b> HTML tag
Line Break First line
Second line
Uses <br> for line break
Link OpenAI Standard Markdown link
Highlight Highlighted HTML <mark> element
Small Text Secondary note HTML <small> element
Mixed Styling Bold and Italic HTML combined Markdown + HTML mixed