ajlewis2
  • Joined on 2025-05-13
ajlewis2 commented on issue stefano/BSSG#47 2026-03-17 15:59:41 +01:00
Images in local development server

Okay, I saw the problem this morning. Well documented, of course. Ran /.bssg.sh server and watched the output. There was a warning:

socat not found. Falling back to netcat (single-threaded).
…
ajlewis2 opened issue stefano/BSSG#47 2026-02-26 23:59:39 +01:00
Images in local development server
ajlewis2 commented on issue stefano/BSSG#33 2025-07-18 23:30:58 +02:00
Footnote code not parsed?

The above code for using footnotes is correct.

This in config.sh.local solved my problem. MARKDOWN_PROCESSOR="pandoc"

"commonmark" does not handle the footnotes I think I didn't make the…