wip: feat: basic publisher
All checks were successful
build / build (push) Successful in 8s

This commit is contained in:
2026-03-20 17:19:55 -06:00
parent 5bca7890c4
commit fcd37feb2a
6 changed files with 579 additions and 159 deletions

View File

@@ -38,7 +38,7 @@
{:in in :out :string}
(::cfg/doerg-parser cfg/*cfg*))
(common/deref-with-timeout *uniorg-timeout-duration*))]
(if (zero? (:exit r))
(when (zero? (:exit r))
(-> r :out (json/parse-string (comp keyword camel->kebab))))))
(declare gather-first-section gather-latex-paragraphs element-types)