| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a83bbaa commit 0e2aba9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -109,6 +109,7 @@ function doJSON(input, filename, cb) { | |||
| 109 | 109 | current.shortDesc = current.desc; | |
| 110 | 110 | current.desc = []; | |
| 111 | 111 | } | |
| 112 | + current.desc.links = lexed.links; | ||
| 112 | 113 | current.desc.push(tok); | |
| 113 | 114 | state = 'DESC'; | |
| 114 | 115 | } | |
@@ -144,6 +145,7 @@ function doJSON(input, filename, cb) { | |||
| 144 | 145 | } | |
| 145 | 146 | ||
| 146 | 147 | current.desc = current.desc || []; | |
| 148 | + current.desc.links = lexed.links; | ||
| 147 | 149 | current.desc.push(tok); | |
| 148 | 150 | ||
| 149 | 151 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments