Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.61 KB

File metadata and controls

32 lines (26 loc) · 2.61 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