diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-19 03:33:43 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-19 03:33:43 +0600 |
| commit | c0c4514aab59da30ff38cfd610efa9d55e94f314 (patch) | |
| tree | d5c7230ef605e01d1c2c0993b7d96ef161011cc1 /g2x.c | |
| parent | ac77835b94c60c1ba50ba5dd1e135d8e52789d8d (diff) | |
out of list, skips the parsing of next line, this is a problem... maybe someone could give me an idea on how to tackle this?
Diffstat (limited to 'g2x.c')
| -rw-r--r-- | g2x.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ int main(void) html("</ul>\n"); list_state = 0; // out of a list } + // FIXME "out of list" skips the reading of next line. else if (!strncmp(buf,"=>",2)) // Match links {// Match => for hyperlinks html("<p><a href=\""); |