| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8e790b7 commit 949b17f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -159,11 +159,11 @@ function parseLists(input) { | |||
| 159 | 159 | } | |
| 160 | 160 | if (tok.type === 'list_end') { | |
| 161 | 161 | depth--; | |
| 162 | + output.push(tok); | ||
| 162 | 163 | if (depth === 0) { | |
| 163 | 164 | state = null; | |
| 164 | 165 | output.push({ type:'html', text: '</div>' }); | |
| 165 | 166 | } | |
| 166 | - output.push(tok); | ||
| 167 | 167 | return; | |
| 168 | 168 | } | |
| 169 | 169 | if (tok.text) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments