example markdown

Nov 16, 2024 · 2 min read

Heading 1

Ad dolor incididunt quis irure officia officia sunt labore minim do nulla incididunt ex. Qui eiusmod ex laboris minim aliqua incididunt consequat. Cillum ea culpa ullamco occaecat sunt reprehenderit cillum ea aute exercitation sit dolor eiusmod. Adipisicing ut enim ullamco cupidatat minim mollit eiusmod commodo.

Pariatur officia consequat duis ut. Pariatur occaecat reprehenderit excepteur proident amet laborum fugiat deserunt nisi ipsum magna ex magna proident. Labore voluptate eiusmod nisi mollit magna culpa cupidatat magna laboris. Velit nostrud velit commodo incididunt eu irure.

Heading 2

Deserunt officia reprehenderit eu dolor minim sint voluptate do amet. Amet reprehenderit dolor occaecat irure culpa eiusmod tempor fugiat elit magna. Eu ea amet et proident pariatur tempor in excepteur et tempor anim elit pariatur. Eiusmod est adipisicing velit officia officia ullamco nostrud adipisicing deserunt occaecat. Est officia officia Lorem incididunt do laboris.

Heading 3

Reprehenderit aliquip ut cillum magna occaecat anim laborum ut velit nostrud.
Velit sint veniam labore veniam.

Heading 4

Fugiat incididunt culpa laboris incididunt nulla aliquip nostrud amet cillum.

Telegraphic

bold
italic
bold and italic
del

Semantic description

Random text.
Hover the mouse over it to see the title.
Several syntaxes are accepted:
One
Two
Three

I love supporting the EFF.
This is the Markdown Guide.

See the section on code.

List

Unordered List

Ordered List

  1. Coffee
  2. Tea
  3. Milk

Blockquotes

First level

Second level

Markdown can be used inside quotes

  1. This is the first list item.

  2. This is the second list item.

  • strikethrough

Here’s some example code:

echo "hello world"shell

Code formatting

inline-code

plain text
diff
console.log('hewwo'); 
console.log('hello'); 
console.log('goodbye');ts
focused
console.log('Not focused');
console.log('Focused'); 
console.log('Not focused');ts
highlight
console.log('No errors or warnings');
console.error('Error'); 
console.warn('Warning'); 
console.log('Highlighted'); ts
word highlight
const msg = 'Hello World';
console.log(msg);
console.log(msg); // prints Hello Worldjs
twoslash
interface Todo {
  Todo.title: stringtitle: string;
}

const const todo: Readonly<Todo>todo: type Readonly<T> = { readonly [P in keyof T]: T[P]; }
Make all properties in T readonly
Readonly
<Todo> = {
title: string
title
: 'Delete inactive users'.String.toUpperCase(): string
Converts all the alphabetic characters in a string to uppercase.
toUpperCase
(),
}; const todo: Readonly<Todo>todo.title = 'Hello';
Cannot assign to 'title' because it is a read-only property.
var Number: NumberConstructor
An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers.
Number
.p
  • parseFloat
  • parseInt
  • prototype
NumberConstructor.parseInt(string: string, radix?: number): number
Converts A string to an integer.
@paramstring A string to convert into a number.@paramradix A value between 2 and 36 that specifies the base of the number in `string`. If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. All other strings are considered decimal.
arseInt
('123', 10);
// //
tsx
this code block has custom caption.

Images

image with title
image with title

see detail image placeholder

Tables

SyntaxDescription
HeaderTitle
ParagraphText

-Text alignment in tables-

SyntaxDescriptionTest Text
HeaderTitleHere’s this
ParagraphTextAnd more

Share this article with your friends

Bluesky XformerlyTwitter LinkedIn Reddit
프로필 이미지

frndhoon

친근함으로 연결하는, 프론트엔드 개발자