ទូរទាត់របស់ខ្ញុំ

មិនទាន់មានទូរទាត់នៅឡើយទេ។ ចុចប៊ូតុងច្រកសញ្ញានៅលើទំព័រឧបករណ៍ដើម្បីបន្ថែម។

តារាងជំនួយ Markdown - ប្រើឥតគិតថ្លៃអនឡាញ | UtilsHub

ប្រើ តារាងជំនួយ Markdown ឥតគិតថ្លៃអនឡាញ មិនចាំបាច់ទាញយក។ UtilsHub ផ្តល់ឧបករណ៍អនឡាញកម្សាន្តរាប់រយ។

សន្លឹក​បោក​សញ្ញា Markdown

សេចក្តីយោង Markdown syntax ទូទៅ។ Syntax នៅខាងឆ្វេង, បង្ហាញលទ្ធផលនៅខាងស្តាំ។ ចុចលើរូបភាពចម្លងដើម្បីចម្លងរូបភាពណាមួយ។

ចំណងជើង

# Heading 1

Heading 1

## Heading 2

Heading 2

### Heading 3

Heading 3

#### Heading 4

Heading 4

##### Heading 5
Heading 5
###### Heading 6
Heading 6

ការ​ធ្វើ​ទ្រង់ទ្រាយ​អត្ថបទ

**bold**
bold
__bold__
bold
*italic*
italic
_italic_
italic
***bold italic***
bold italic
~~strikethrough~~
strikethrough
`inline code`
inline code
<u>underline</u>
underline
H<sub>2</sub>O
H2O
X<sup>2</sup>
X2

បញ្ជី

- Item 1
- Item 2
- Item 3
  • Item 1
  • Item 2
  • Item 3
* Item A
* Item B
* Item C
  • Item A
  • Item B
  • Item C
+ Item X
+ Item Y
+ Item Z
  • Item X
  • Item Y
  • Item Z
1. First
2. Second
3. Third
  1. First
  2. Second
  3. Third
- Parent
  - Child
    - Grandchild
  • Parent
    • Child
      • Grandchild

កូដ

Use `code` inline
Use code inline
```javascript
console.log("hello");
```
console.log("hello");
```python
def greet():
    print("Hi")
```
def greet():
print("Hi")
```html
<h1>Hello</h1>
```
<h1>Hello</h1>
    indented code block
indented code block

Blockquotes បាន

> Simple blockquote

Simple blockquote

> Line 1
> Line 2

Line 1
Line 2

> Outer
>> Nested

Outer

Nested

> **Bold** and `code`

Bold and code

> - List item
> - Another
  • List item
  • Another

តារាង

| Left | Center | Right |
|:---|:---:|---:|
| A | B | C |
| 1 | 2 | 3 |
LeftCenterRight
ABC
123
| Name | Age |
|------|-----|
| Alice | 25 |
| Bob | 30 |
NameAge
Alice25
Bob30

ច្បាប់​ផ្ដេក

---

***

___

- - -

បញ្ជី​ការងារ

- [ ] Incomplete task
- [x] Completed task
- [ ] Task 1
- [x] Task 2
- [ ] Task 3

ពង្រីក Syntax

Here is a footnote[^1]

[^1]: Footnote text
Here is a footnote[1]
[1]: Footnote text
==highlighted text==
highlighted text
term
: definition
term
definition
Automatic URL: https://example.com
Automatic URL: https://example.com
:smile: :heart: :+1:
😀 ❤️ 👍
បានចម្លង!

អំពីឧបករណ៍នេះ

តារាងជំនួយ Markdown គឺជា ឧបករណ៍អត្ថបទ អនឡាញឥតគិតថ្លៃ។ សេចក្តីយោងរហ័សសម្រាប់វេយាករណ៍ Markdown ទូទៅ។ សមរម្យសម្រាប់ការផ្ដោតអារម្មណ៍ ការសម្រាក ឬគ្រាន់តែការកម្សាន្ត។ ដំណើរការពេញលេញក្នុងកម្មវិធីរុករករបស់អ្នក — មិនតម្រូវឱ្យទាញយកឬចុះឈ្មោះឡើយ។