clibs / wiki-registry.c

11 stars 3 forks source link

rework wiki walker. #6

Closed diasbruno closed 3 months ago

diasbruno commented 4 months ago

This will walk through the markdown to find the markdown-heading (here the h2 is) and find the next ul element.

As the list is properly formatted, no worries... (favorite last words)

Closes #5

mofosyne commented 4 months ago

I wonder what caused the segmentation fault with the last approach

diasbruno commented 4 months ago

From what I saw, it was the ul.

stephenmathieson commented 3 months ago

Hmm.. now seeing a segfault in CI:

/home/runner/work/_temp/5f7c3680-a41d-43cb-95aa-d96dace41c53.sh: line 1:  3671 Segmentation fault      (core dumped) ./example
Error: Process completed with exit code 139.

Any ideas?

diasbruno commented 3 months ago

I think you`ll have to update the wiki version on clib.

diasbruno commented 3 months ago

I'll open a PR to update.