Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.87 KB

File metadata and controls

30 lines (23 loc) · 1.87 KB
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
Link Legit Standard Markdown link

Pure markdown in block qoute

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
Link Legit Standard Markdown link

Pure Markdown table iwth alignment in cells

Left aligned Center aligned Right aligned
Apple Banana Cherry
Short Medium length Very very long
1 2 3

Table with linebreak in it:

Feature Example Notes
Line Break This is text that
breaks
Uses <br> syntax