• Joined on 2026-01-28
barneyh commented on issue stefano/BSSG#46 2026-01-29 15:19:04 +01:00
Allow cmark --unsafe flag?

Resorted to changing ln 320 from /scripts/build/content.sh from:

` if ! html_content=$(echo "$content"

barneyh commented on issue stefano/BSSG#46 2026-01-28 21:01:02 +01:00
Allow cmark --unsafe flag?

@mrecondo wrote in stefano/BSSG#46 (comment):

I solved this by creating an alias to cmark with the unsafe flag always on.

Actually, I can't figure out…

barneyh commented on issue stefano/BSSG#46 2026-01-28 20:21:40 +01:00
Allow cmark --unsafe flag?

Ah, nice workaround! Thanks. Guess I might leave the issue open for a bit in case passing flags to the parsing tools is something worth exploring?

barneyh opened issue stefano/BSSG#46 2026-01-28 17:27:21 +01:00
Allow cmark --unsafe flag?