diff options
| author | Abel Salgado Romero <abelromero@gmail.com> | 2017-09-21 18:51:50 +0200 | 
|---|---|---|
| committer | Abel Salgado Romero <abelromero@gmail.com> | 2017-09-21 18:57:11 +0200 | 
| commit | 3c38bb8197a281f2ea5967e3f807736ba5bb5c50 (patch) | |
| tree | 8b5ee232609b407e43489f2c5b8975d82e819683 | |
| parent | 2ef2ea726bb233ab70c2dccab414925ab4e15748 (diff) | |
[asciidoc/en][asciidoc/de][asciidoc/is][asciidoc/pt] fixed wrong
AsciiDoc section levels
| -rw-r--r-- | asciidoc.html.markdown | 4 | ||||
| -rw-r--r-- | de-de/asciidoc-de.html.markdown | 4 | ||||
| -rw-r--r-- | id-id/asciidoc-id.html.markdown | 4 | ||||
| -rw-r--r-- | pt-br/asciidoc-pt.html.markdown | 4 | 
4 files changed, 0 insertions, 16 deletions
| diff --git a/asciidoc.html.markdown b/asciidoc.html.markdown index 1261fcea..51d0d7c9 100644 --- a/asciidoc.html.markdown +++ b/asciidoc.html.markdown @@ -82,10 +82,6 @@ Section Titles  ===== Level 4 <h5> -====== Level 5 <h6> - -======= Level 6  <h7> -  ```  Lists diff --git a/de-de/asciidoc-de.html.markdown b/de-de/asciidoc-de.html.markdown index 1a8cdd5a..60f8fa61 100644 --- a/de-de/asciidoc-de.html.markdown +++ b/de-de/asciidoc-de.html.markdown @@ -84,10 +84,6 @@ Abteilungstitel  ===== Level 4 <h5> -====== Level 5 <h6> - -======= Level 6  <h7> -  ```  Listen diff --git a/id-id/asciidoc-id.html.markdown b/id-id/asciidoc-id.html.markdown index 8da8af38..ceb56b92 100644 --- a/id-id/asciidoc-id.html.markdown +++ b/id-id/asciidoc-id.html.markdown @@ -84,10 +84,6 @@ Judul bagian  ===== Level 4 <h5> -====== Level 5 <h6> - -======= Level 6 <h7> -  ```  Daftar 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 <h5> -====== Nível 5 <h6> - -======= Nível 6  <h7> -  ```  Listas | 
