Might maintainers consider using Prettier to format docs pages? We're happily using Prettier for the OTel website. Advantages, among others:
- Uniformity in markdown syntax layout
- We save time and energy by avoiding debates over markdown layout
- Easier to diff changes to doc pages (because Prettier line-wraps paragraphs --- vs. a single text line per paragraph)
The last point is one of the main advantages IMHO. I was prompted to create this issue following #188.