proud-dentist-22844
03/21/2025, 1:47 AM``) to indented blocks? `softwrap` actually mangles the fenced syntax, so I'm thinking of adjusting `softwrap` to better preserve them. Are there any other reasons to avoid fenced code blocks?
<https://github.com/pantsbuild/pants/pull/19363/files#diff-21899df9bd0ea46bb30db6c19a63c59e63d05adccc99cbe6bdf3978a4ad6cccfL463-L470>
And when did you add
around particular words? Is there a heuristic of some kind?proud-dentist-22844
03/21/2025, 2:37 AMproud-dentist-22844
03/21/2025, 2:42 AM*
(2 space indent of lists).
• Indentation was better for the old doc process, but fenced code blocks ````` is better with the new markdown process.
• And I need to use backticks for certain things, as documented.
Thus it is documented, thus shall I follow (for consistency sake).fresh-cat-90827
03/21/2025, 6:04 AM