{"author":"Jay Satiro","author_email":"raysatiro@yahoo.com","author_time":1739692183,"commit_time":1739749937,"committer":"Jay Satiro","committer_email":"raysatiro@yahoo.com","hash":"28d3c5dced240a541917b3d8a7bef2ee9cd6a48c","message":"scripts/managen: fix parsing of markdown code sections\n\n- Terminate a code section before parsing a heading line.\n\nPrior to this change when a code line (eg \"    code\") was followed\nby a heading line (eg \"## heading\") the code section in the output\nwas terminated after converting the header instead of before. That led\nto some weird formatting outputs depending on the nroff or roffit etc.\n\nWith this change:\n\n.nf\ncurl \\--expand\\-url https.//example.com/{{url:trim}}\n.fi\n.IP json\n\nWithout this change:\n\n.nf\ncurl \\--expand\\-url https.//example.com/{{url:trim}}\n.IP json\n.fi\n\nCloses https://github.com/curl/curl/pull/16345\n","parents":["760bbb21101b1fc680ab559f2820a4715229e49e"],"tree_hash":"cf69afc42478bb1241220d4f19d4a46457bb8950"}