--- wiki_syntax_markdown.html dom set 30 12:22:26 2018
+++ wiki_syntax_markdown-new.html dom set 30 13:23:04 2018
@@ -5 +5 @@
-
Wiki formatting
+Formatação Wiki
@@ -10 +10 @@
-Wiki Syntax Quick Reference (Markdown)
+Sintaxe Wiki - Referência Rápida (Markdown)
@@ -13,7 +13,7 @@
-Font Styles |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
---|
Estilos de Fonte |
+ | **Negrito** | Negrito |
+ | *Itálico* | Itálico |
+ | _Sublinhado_ | Sublinhado |
+ | ~~Tachado~~ | Tachado |
+ | `Código Inline` | Código Inline |
+ | ``` linhas de código ``` |
@@ -21,2 +21,2 @@
- lines
- of code
+ linhas
+ de código
@@ -26 +26 @@
- |
---|
Lists |
+Listas |
@@ -30,4 +30,4 @@
-Headings |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+Cabeçalhos |
+ | # Título 1 | Título 1 |
+ | ## Título 2 | Título 2 |
+ | ### Título 3 | Título 3 |
@@ -39,5 +39,5 @@
-Redmine links |
- | [[Wiki page]] | Wiki page |
- | Issue #12 | Issue #12 |
- | ##12 | Bug #12: The issue subject |
- | Revision r43 | Revision r43 |
+Links do Redmine |
+ | [[Página Wiki]] | Página Wiki |
+ | Tarefa #12 | Tarefa #12 |
+ | ##12 | Bug #12: Título da tarefa |
+ | Revisão r43 | Revisão r43 |
@@ -45 +45 @@
- | source:some/file | source:some/file |
+ | source:algum/arquivo | source:algum/arquivo |
@@ -47,3 +47,3 @@
-Inline images |
- |  | |
- |  | |
+Imagens inline |
+ |  | |
+ |  | |
@@ -51 +51 @@
-Tables |
+Tabelas |
@@ -68 +68 @@
-More Information
+Mais Informações