ל מארקדאון HTML

[[מארקדאון בסיסי]]

תמונה

<img src="image.png" width="200" height="100">

תמונה עם כיתוב

<figure>
    <img src="/assets/images/albuquerque.jpg"
         alt="Albuquerque, New Mexico">
    <figcaption>A single track trail outside of Albuquerque, New Mexico.</figcaption>
</figure>

בתוך טבלאות: - הרבה דברים לא עובדים במארקדאון, יש כמה מעקפים באמצעות HTML

בשביל רשימה בתוך טבלה:

(בתוך התא)
<ul><li>Item one.</li><li>Item two.</li></ul> |
~~~~~

 > סרטון: איפה שיש HTML (כאן למשל), פשוט להעתיק מה-SHARE ביוטיוב. 
 >> אם אין, אפשר להגיע קרוב עם תמונה שהיא קישור: 
 ~~~
 test
[![Image alt text](https://img.youtube.com/vi/YOUTUBE-ID/0.jpg)](https://www.youtube.com/watch?v=YOUTUBE-ID)

צבע טקסט

<font color="red">This text is red!</font>

יותר טוב עם CSS ועם הקוד המתאים.

This text is Hex!