diff --git a/lib/tree-updater.rkt b/lib/tree-updater.rkt index 0dbf695..074c5a1 100644 --- a/lib/tree-updater.rkt +++ b/lib/tree-updater.rkt @@ -12,12 +12,17 @@ update-tree-wiki) (define (preprocess-html-wiki html) - (regexp-replace* #rx"(<(?:td|figcaption)[^>]*?>\n?)(?:
  • |[ \t]*?

    (.*?)

    )" - html (λ (whole first-tag [contents #f]) - (if (eq? (string-ref whole 1) #\f) ;; figcaption - (string-append first-tag "" contents "") - (string-append first-tag "