4 Commits

Author SHA1 Message Date
dbd46654cf
make ALL CAPS lines level 3 headers
still need to eyeball the results but it looks like most lines that are
ALL CAPS are level 3 headers or lower, so this converts everything to
level 3. a human effort will identify the level 4s and beyond I think

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 17:27:58 -05:00
09797197e8
remove fancy ' and "s to make machine edits easier
these can be restored in the output anyway

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 17:25:27 -05:00
50fd495b2c
replace non-breaking space characters with spaces
this is a formatting/publishing artifact that we don't need in the
Markdown, and the existence of those characters is throwing off some
other scripts

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 13:19:53 -05:00
61af604f75
script a patch that removes terminal whitespace
I think a number of base conversions are going to be automated pieces
that clean up the converted CSRD before it is suitable for further
editing. whereas a lot of human changes are going to be bespoke edits of
the "base" CCSRD, creating the CCSRD itself is looking like it's going
to be some machine work to spruce up the Markdown, so I might as well
include those scripts as well

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 08:24:39 -05:00