diff --git a/es-es/markdown-es.html.markdown b/es-es/markdown-es.html.markdown index c7d408b5..ae7b201b 100644 --- a/es-es/markdown-es.html.markdown +++ b/es-es/markdown-es.html.markdown @@ -1,234 +1,231 @@ - - ---> - - + - -# This is an

-## This is an

-### This is an

-#### This is an

-##### This is an

-###### This is an
+ - -This is an h1 +# Esto es un

+## Esto es un

+### Esto es un

+#### Esto es un

+##### Esto es un

+###### Esto es un
+ + +Esto es un h1 ============= -This is an h2 +Esto es un h2 ------------- - - + + -*This text is in italics.* -_And so is this text._ +*Este texto está en itálicas.* +_Al igual que este texto._ -**This text is in bold.** -__And so is this text.__ +**Este texto está en negritas.** +__Al igual que este texto.__ -***This text is in both.*** -**_As is this!_** -*__And this!__* +***Este texto tiene ambos estilos.*** +**_Al igual que este!_** +*__¡Y este!__* - + -~~This text is rendered with strikethrough.~~ +~~Este texto está tachado.~~ - + -This is a paragraph. I'm typing in a paragraph isn't this fun? +Este es un párrafo. Estoy escribiendo un párrafo, ¿No es divertido? -Now I'm in paragraph 2. -I'm still in paragraph 2 too! +Ahora estoy en el párrafo dos. +¡Sigo en el párrafo dos! +¡Estoy en el párrafo tres! -I'm in paragraph three! + - +Termino con dos espacios (selecciona esta línea completa para que los veas). -I end with two spaces (highlight me to see them). +¡Hay un
arriba de mí! -There's a
above me! + - +> Esta es una cita de bloque. Puedes +> envolver tus líneas manualmente y poner un `>` antes de cada línea o puedes dejar que tus líneas sean muy largas y que se envuelvan solas. +> No hay diferencia, siempre y cuando empiecen con `>`. -> This is a block quote. You can either -> manually wrap your lines and put a `>` before every line or you can let your lines get really long and wrap on their own. -> It doesn't make a difference so long as they start with a `>`. +> ¿También puedes usar más de un nivel +>> de indentación? +> Esto es muy útil ¿No? -> You can also use more than one level ->> of indentation? -> How neat is that? - - - + + * Item * Item -* Another item +* Otro item -or +o + Item + Item -+ One more item ++ Un item más -or +o - Item - Item -- One last item +- El último item - + -1. Item one -2. Item two -3. Item three +1. Item uno +2. Item dos +3. Item tres - + -1. Item one -1. Item two -1. Item three - +1. Item uno +1. Item dos +1. Item tres + - + -1. Item one -2. Item two -3. Item three +1. Item uno +2. Item dos +3. Item tres * Sub-item * Sub-item -4. Item four +4. Item cuatro - - + + - This is code - So is this + Esto es código + Esto también - + my_array.each do |item| puts item end - + -John didn't even know what the `go_to()` function did! +¡John no sabía lo que la función `go_to()` hacía! - + -\`\`\`ruby +\`\`\`ruby def foobar puts "Hello world!" end -\`\`\` +\`\`\` -<-- The above text doesn't require indenting, plus Github will use syntax -highlighting of the language you specify after the ``` --> + - - + + *** --- - - - **************** - - + + -[Click me!](http://test.com/) +[¡Haz click!](http://test.com/) - + -[Click me!](http://test.com/ "Link to Test.com") +[¡Haz click!](http://test.com/ "Liga al test.com") - + -[Go to music](/music/). +[Ir a la música](/music/). - + -[Click this link][link1] for more info about it! -[Also check out this link][foobar] if you want to. +¡[Has click a esta liga][liga1] para más información! +[También mira esta liag][foobar] si quieres. - + - + -[This][] is a link. +[Esta][] es una liga. - + - - + + -![This is hover-text (alt text) for my image](http://imgur.com/myimage.jpg "An optional title") +![Esta es una etiqueta (texto alternativo) para mi imagen](http://imgur.com/myimage.jpg "Un titulo opcional") - + -![This is the hover-text.][myimage] +![Esta es una etiqueta.][myimage] - - + + - is equivalent to + equivale a [http://testwebsite.com/](http://testwebsite.com/) - + - + -I want to type *this text surrounded by asterisks* but I don't want it to be -in italics, so I do this: \*this text surrounded by asterisks\*. +Quiero escribir *este texto rodeado por asteriscos* pero no quiero que esté en itálicas, +así que hago esto: \*Este texto está rodeado de asteriscos\*. - - + + | Col1 | Col2 | Col3 | | :----------- | :------: | ------------: | -| Left-aligned | Centered | Right-aligned | +| Izquierda | Centrado | Derecha | | blah | blah | blah | - + Col 1 | Col2 | Col3 :-- | :-: | --: -Ugh this is so ugly | make it | stop +Ugh esto es feo | has que | pare. - +