parent
59bbff9460
commit
87b3dcdefd
8 changed files with 202 additions and 3 deletions
@ -0,0 +1,25 @@ |
||||
+++ |
||||
title = "Deeply nested Org TODO headings –Default heading level" |
||||
tags = ["todo", "nested"] |
||||
draft = false |
||||
+++ |
||||
|
||||
`ox-hugo` Issue #[250](https://github.com/kaushalmodi/ox-hugo/issues/250) |
||||
|
||||
|
||||
## <span class="org-todo todo TODO">TODO</span> Level 1 {#level-1} |
||||
|
||||
|
||||
### <span class="org-todo todo TODO">TODO</span> Level 2 {#level-2} |
||||
|
||||
|
||||
#### <span class="org-todo todo TODO">TODO</span> Level 3 {#level-3} |
||||
|
||||
|
||||
##### <span class="org-todo todo TODO">TODO</span> Level 4 {#level-4} |
||||
|
||||
- TODO Level 5 |
||||
|
||||
- TODO Level 6 |
||||
|
||||
- TODO Level 7 |
||||
@ -0,0 +1,22 @@ |
||||
+++ |
||||
title = "Deeply nested Org TODO headings –h1" |
||||
tags = ["todo", "nested"] |
||||
draft = false |
||||
+++ |
||||
|
||||
`ox-hugo` Issue #[250](https://github.com/kaushalmodi/ox-hugo/issues/250) |
||||
|
||||
|
||||
## <span class="org-todo todo TODO">TODO</span> Level 1 {#level-1} |
||||
|
||||
- TODO Level 2 |
||||
|
||||
- TODO Level 3 |
||||
|
||||
- TODO Level 4 |
||||
|
||||
- TODO Level 5 |
||||
|
||||
- TODO Level 6 |
||||
|
||||
- TODO Level 7 |
||||
@ -0,0 +1,23 @@ |
||||
+++ |
||||
title = "Deeply nested Org TODO headings –h2" |
||||
tags = ["todo", "nested"] |
||||
draft = false |
||||
+++ |
||||
|
||||
`ox-hugo` Issue #[250](https://github.com/kaushalmodi/ox-hugo/issues/250) |
||||
|
||||
|
||||
## <span class="org-todo todo TODO">TODO</span> Level 1 {#level-1} |
||||
|
||||
|
||||
### <span class="org-todo todo TODO">TODO</span> Level 2 {#level-2} |
||||
|
||||
- TODO Level 3 |
||||
|
||||
- TODO Level 4 |
||||
|
||||
- TODO Level 5 |
||||
|
||||
- TODO Level 6 |
||||
|
||||
- TODO Level 7 |
||||
@ -0,0 +1,26 @@ |
||||
+++ |
||||
title = "Deeply nested Org TODO headings –h5" |
||||
tags = ["todo", "nested"] |
||||
draft = false |
||||
+++ |
||||
|
||||
`ox-hugo` Issue #[250](https://github.com/kaushalmodi/ox-hugo/issues/250) |
||||
|
||||
|
||||
## <span class="org-todo todo TODO">TODO</span> Level 1 {#level-1} |
||||
|
||||
|
||||
### <span class="org-todo todo TODO">TODO</span> Level 2 {#level-2} |
||||
|
||||
|
||||
#### <span class="org-todo todo TODO">TODO</span> Level 3 {#level-3} |
||||
|
||||
|
||||
##### <span class="org-todo todo TODO">TODO</span> Level 4 {#level-4} |
||||
|
||||
|
||||
###### <span class="org-todo todo TODO">TODO</span> Level 5 {#level-5} |
||||
|
||||
- TODO Level 6 |
||||
|
||||
- TODO Level 7 |
||||
@ -0,0 +1,27 @@ |
||||
+++ |
||||
title = "Deeply nested Org TODO headings –h6, Offset 0" |
||||
tags = ["todo", "nested"] |
||||
draft = false |
||||
+++ |
||||
|
||||
`ox-hugo` Issue #[250](https://github.com/kaushalmodi/ox-hugo/issues/250) |
||||
|
||||
|
||||
# <span class="org-todo todo TODO">TODO</span> Level 1 {#level-1} |
||||
|
||||
|
||||
## <span class="org-todo todo TODO">TODO</span> Level 2 {#level-2} |
||||
|
||||
|
||||
### <span class="org-todo todo TODO">TODO</span> Level 3 {#level-3} |
||||
|
||||
|
||||
#### <span class="org-todo todo TODO">TODO</span> Level 4 {#level-4} |
||||
|
||||
|
||||
##### <span class="org-todo todo TODO">TODO</span> Level 5 {#level-5} |
||||
|
||||
|
||||
###### <span class="org-todo todo TODO">TODO</span> Level 6 {#level-6} |
||||
|
||||
- TODO Level 7 |
||||
@ -0,0 +1,26 @@ |
||||
+++ |
||||
title = "Deeply nested Org TODO headings –h6" |
||||
tags = ["todo", "nested"] |
||||
draft = false |
||||
+++ |
||||
|
||||
`ox-hugo` Issue #[250](https://github.com/kaushalmodi/ox-hugo/issues/250) |
||||
|
||||
|
||||
## <span class="org-todo todo TODO">TODO</span> Level 1 {#level-1} |
||||
|
||||
|
||||
### <span class="org-todo todo TODO">TODO</span> Level 2 {#level-2} |
||||
|
||||
|
||||
#### <span class="org-todo todo TODO">TODO</span> Level 3 {#level-3} |
||||
|
||||
|
||||
##### <span class="org-todo todo TODO">TODO</span> Level 4 {#level-4} |
||||
|
||||
|
||||
###### <span class="org-todo todo TODO">TODO</span> Level 5 {#level-5} |
||||
|
||||
- TODO Level 6 |
||||
|
||||
- TODO Level 7 |
||||
Loading…
Reference in new issue