Οδηγός Σύνταξης Markdown
Πλήρης αναφορά για μορφοποίηση markdown με αποδοθέντα παραδείγματα
Πίνακας Περιεχομένων
1. Επικεφαλίδες
Οι επικεφαλίδες δημιουργούν δομή και ιεραρχία εγγράφου. Χρησιμοποιήστε σύμβολα # (1-6) για επικεφαλίδες διαφορετικών επιπέδων.
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
2. Μορφοποίηση Κειμένου
Το Markdown παρέχει διάφόρους τρόπους για έμφαση και μορφοποίηση κειμένου.
**Bold text** or __also bold__
*Italic text* or _also italic_
***Bold and italic***
~~Strikethrough text~~
This is `inline code`
Normal paragraph text.
Bold text or also bold
Italic text or also italic
Bold and italic
Strikethrough text
This is inline code
Normal paragraph text.
3. Λίστες
Δημιουργήστε οργανωμένο περιεχόμενο με μη ταξινομημένες (κουκκίδες) και ταξινομημένες (αριθμημένες) λίστες.
Μη Ταξινομημένες Λίστες
- First item
- Second item
- Nested item
- Another nested
- Third item
* Asterisks work too
+ Plus signs also work
- First item
- Second item
- Nested item
- Another nested
- Third item
- Asterisks work too
- Plus signs also work
Ταξινομημένες Λίστες
1. First step
2. Second step
3. Third step
1. Sub-step A
2. Sub-step B
4. Fourth step
- First step
- Second step
- Third step
- Sub-step A
- Sub-step B
- Fourth step
4. Σύνδεσμοι & Εικόνες
Προσθέστε υπερσυνδέσμους και ενσωματώστε εικόνες στα έγγραφά σας.
Σύνδεσμοι
[Link text](https://example.com)
[Link with title](https://example.com "Hover title")
Autolink: <https://example.com>
Email: <[email protected]>
Εικόνες


[](full.jpg)
Images display with alt text for accessibility
5. Κώδικας
Εμφανίστε κώδικα με σωστή μορφοποίηση χρησιμοποιώντας ενσωματωμένο κώδικα ή περιφραγμένα μπλοκ κώδικα.
Ενσωματωμένος Κώδικας
Use `const` for constants.
Run `npm install` to begin.
Use const for constants.
Run npm install to begin.
Μπλοκ Κώδικα
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
```
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
6. Παραθέσεις
Χρησιμοποιήστε παραθέσεις για επισήμανση σημαντικού κειμένου, αποσπασμάτων ή σημειώσεων.
> This is a blockquote.
> It can span multiple lines.
> Nested quotes work too:
>
> > This is a nested quote.
>
> Back to the outer quote.
This is a blockquote. It can span multiple lines.
Nested quotes work too:This is a nested quote.Back to the outer quote.
7. Πίνακες
Δημιουργήστε δομημένους πίνακες δεδομένων χρησιμοποιώντας pipes (|) και παύλες (-).
| Feature | Status |
|---------|--------|
| Templates | 16 available |
| Colors | 20 schemes |
| Fonts | 35+ families |
| Left | Center | Right |
|:-----|:------:|------:|
| L | C | R |
| Feature | Status |
|---|---|
| Templates | 16 available |
| Colors | 20 schemes |
| Fonts | 35+ families |
| Left | Center | Right |
|---|---|---|
| L | C | R |
8. Οριζόντιες Γραμμές
Δημιουργήστε οπτικά διαχωριστικά μεταξύ ενοτήτων χρησιμοποιώντας τρεις ή περισσότερες παύλες, αστερίσκους ή underscores.
Section one content.
---
Section two content.
***
Section three content.
Section one content.
Section two content.
Section three content.
9. Λίστες Εργασιών
Δημιουργήστε διαδραστικές λίστες ελέγχου για παρακολούθηση προόδου ή εκκρεμών στοιχείων.
## Project Tasks
- [x] Design mockups
- [x] Write documentation
- [ ] Code review
- [ ] Deploy to production
Project Tasks
- Design mockups
- Write documentation
- Code review
- Deploy to production
10. Προηγμένα Χαρακτηριστικά
Εκτεταμένη σύνταξη markdown για σύνθετα έγγραφα.
Υποσημειώσεις
Here is a sentence with a footnote[^1].
[^1]: This is the footnote content.
Here is a sentence with a footnote[1].
[1] This is the footnote content.
Λίστες Ορισμών
Term 1
: Definition of term 1
Term 2
: Definition of term 2
- Term 1
- Definition of term 1
- Term 2
- Definition of term 2
Διαφυγή Χαρακτήρων
\*Not italic\* → *Not italic*
\# Not a heading → # Not a heading
\`Not code\` → `Not code`
Γρήγορη Αναφορά
# Heading 1
Επικεφαλίδα
**bold**
Έντονο κείμενο
*italic*
Πλάγιο κείμενο
[text](url)
Σύνδεσμος

Εικόνα
`code`
Ενσωματωμένος κώδικας
```lang
Μπλοκ κώδικα
> quote
Παράθεση
- item
Λίστα με κουκκίδες
1. item
Αριθμημένη λίστα
---
Οριζόντια γραμμή
- [x] done
Στοιχείο λίστας εργασιών
Έτοιμοι να Γράψετε;
Χρησιμοποιήστε το Velvet MD για να μετατρέψετε το markdown σας σε όμορφα στυλιζαρισμένα έγγραφα.
Άνοιγμα Velvet MD