diff options
author | Dag7 <dag7@protonmail.com> | 2023-05-26 11:55:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 11:55:56 +0200 |
commit | 541f1493ae5f3084a8437f971d0b5020dbbcb278 (patch) | |
tree | 79baf1b2ae821e19c0bd3387d36e45e649e778c3 /it-it | |
parent | 3cf1ec614246530c91d58e5a514eee05a2ad408d (diff) |
fix: corrected typo in italian markdown
Diffstat (limited to 'it-it')
-rw-r--r-- | it-it/markdown.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it-it/markdown.html.markdown b/it-it/markdown.html.markdown index b0a123f1..c14bc175 100644 --- a/it-it/markdown.html.markdown +++ b/it-it/markdown.html.markdown @@ -253,7 +253,7 @@ Ma non è comunemente usato. Le immagini sono inserite come i link ma con un punto esclamativo inserito prima delle parentesi quadre! ```md -![Qeusto è il testo alternativo per l'immagine](http://imgur.com/myimage.jpg "Il titolo opzionale") +![Questo è il testo alternativo per l'immagine](http://imgur.com/myimage.jpg "Il titolo opzionale") ``` E la modalità a riferimento funziona esattamente come ci si aspetta @@ -307,4 +307,4 @@ Col 1 | Col2 | Col3 ``` --- -Per altre informazioni, leggete il post ufficiale di John Gruber sulla sintassi [qui](http://daringfireball.net/projects/markdown/syntax) e il magnifico cheatsheet di Adam Pritchard [qui](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). +Per altre informazioni, leggete il post ufficiale di John Gruber sulla sintassi [qui](https://daringfireball.net/projects/markdown/syntax) e il magnifico cheatsheet di Adam Pritchard [qui](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). |