From 4bf1ed2fedcb916b26f92a744d2a20c6bc9f6652 Mon Sep 17 00:00:00 2001 From: Daniel Zendejas Date: Wed, 23 Jul 2014 21:48:35 -0500 Subject: Completed translation --- es-es/markdown-es.html.markdown | 255 ++++++++++++++++++++-------------------- 1 file changed, 126 insertions(+), 129 deletions(-) (limited to 'es-es/markdown-es.html.markdown') 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 @@ - - +válido, eso significa que podemos usar elementos HTML en Markdown como, por +ejemplo, el comentario y no serán afectados por un parseador Markdown. Aún +así si creas un elemento HTML en tu archivo Markdown no podrás usar sintaxis +Markdown dentro de él. --> - + - -# 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._ + + -**This text is in bold.** -__And so is this text.__ +*Este texto está en itálicas.* +_Al igual que este texto._ -***This text is in both.*** -**_As is this!_** -*__And this!__* +**Este texto está en negritas.** +__Al igual que este texto.__ - +***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? + -Now I'm in paragraph 2. -I'm still in paragraph 2 too! +Este es un párrafo. Estoy escribiendo un párrafo, ¿No es divertido? +Ahora estoy en el párrafo dos. +¡Sigo en el párrafo dos! -I'm in paragraph three! +¡Estoy en el párrafo tres! - + -I end with two spaces (highlight me to see them). +Termino con dos espacios (selecciona esta línea completa para que los veas). -There's a
above me! +¡Hay un
arriba de mí! - + -> 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 `>`. +> 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 `>`. -> You can also use more than one level ->> of indentation? -> How neat is that? +> ¿También puedes usar más de un nivel +>> de indentación? +> Esto es muy útil ¿No? - - + + * 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. - + -- cgit v1.2.3