diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-08-29 17:21:05 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-08-29 17:21:05 +0530 |
commit | 0b36159335327d7b217cfd9116a0adc3e27c5120 (patch) | |
tree | f064318219ed242410faebf6249ee7fb360cec65 /es-es/markdown-es.html.markdown | |
parent | 150e8666b1094ee27de378496900f548167a4eec (diff) |
Fix build error in 'build/docs/es-es/markdown-es/index.html'
Diffstat (limited to 'es-es/markdown-es.html.markdown')
-rw-r--r-- | es-es/markdown-es.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/markdown-es.html.markdown b/es-es/markdown-es.html.markdown index 0505b4cb..e23a94ea 100644 --- a/es-es/markdown-es.html.markdown +++ b/es-es/markdown-es.html.markdown @@ -14,7 +14,7 @@ fácilmente a HTML (y, actualmente, otros formatos también). ¡Denme toda la retroalimentación que quieran! / ¡Sientanse en la libertad de hacer forks o pull requests! -```markdown +```md <!-- Markdown está basado en HTML, así que cualquier archivo HTML es Markdown 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 |