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).
…
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…