You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
545 B
Markdown

# Markdown_Syntax
**Sintassi Markdown**:
- Testo in ** **GRASSETTO** **
- Testo in * *Corsivo* *
- Elenco puntato: -, numeri, *
- Link "'[testodellink]'(URL)" [foto mici](https://www.pexels.com/it-it/cerca/gatto/)
- Immagini "!'[Testoalternativo]'(URL)", ![Fotogattoinparticolare](https://images.pexels.com/photos/416160/pexels-photo-416160.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)
- Evidenziare codice: Usare accenti gravi (Backticks) "
`#include <stdio.h>
Questo e' un codice in C `
(Gli accenti gravi sono sotto il tilde: ~`)