From 3c38bb8197a281f2ea5967e3f807736ba5bb5c50 Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Thu, 21 Sep 2017 18:51:50 +0200 Subject: [asciidoc/en][asciidoc/de][asciidoc/is][asciidoc/pt] fixed wrong AsciiDoc section levels --- pt-br/asciidoc-pt.html.markdown | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pt-br/asciidoc-pt.html.markdown') diff --git a/pt-br/asciidoc-pt.html.markdown b/pt-br/asciidoc-pt.html.markdown index 75b3c268..1dee31db 100644 --- a/pt-br/asciidoc-pt.html.markdown +++ b/pt-br/asciidoc-pt.html.markdown @@ -87,10 +87,6 @@ Título de seções ===== Nível 4
-====== Nível 5
- -======= Nível 6 - ``` Listas -- cgit v1.2.3 From 62892f4ca1a838eb556b3cbd4122d89a8b9f87b7 Mon Sep 17 00:00:00 2001 From: Victor Bastos Date: Mon, 23 Oct 2017 13:14:03 -0200 Subject: [asciidoc/pt-br] Small typo --- pt-br/asciidoc-pt.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pt-br/asciidoc-pt.html.markdown') diff --git a/pt-br/asciidoc-pt.html.markdown b/pt-br/asciidoc-pt.html.markdown index 1dee31db..b12c0693 100644 --- a/pt-br/asciidoc-pt.html.markdown +++ b/pt-br/asciidoc-pt.html.markdown @@ -99,7 +99,7 @@ Para criar uma lista com marcadores use asteriscos. * baz ``` -Para criar uma lista númerada use pontos. +Para criar uma lista numerada use pontos. ``` . item 1 -- cgit v1.2.3